export declare const dbProviderCtor: (dbConfig: any) => { execute(): Promise; dbConfig: any; }; export declare const dbProvider: () => Promise;