import { CryptoStore } from '@river-build/encryption';
export declare class RiverDbManager {
    static getCryptoDb(userId: string, dbName?: string): CryptoStore;
}
//# sourceMappingURL=riverDbManager.d.ts.map