@@ -1,5 +1,3 @@
-import fs = require('fs');
-
export interface Storage {
get(key:string): Promise<any>;