export declare function createDb(streamName: string, dbPath?: string): Promise<import("doubledb").DoubleDb>;
