export type StorageType = { remove(key: string): Promise set(key: string, value: string): Promise get(value: string): Promise }