export declare const BASE_DB_OPTIONS: { logging: boolean; synchronize: boolean; type: string; }; export declare function bootstrap(): Promise;