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