/// export interface DataStore { get(key: string): Promise; set(key: string, value: Buffer): Promise; } //# sourceMappingURL=data_store.d.ts.map