export * from "./node.adapter";
export * from "./storage";
export * from "./connection/NodeSqliteConnection";
export declare function writer(path: string, content: string): Promise<void>;
export declare function reader(path: string): Promise<string>;
