export declare class DatabaseConnection {
    static connect(): Promise<void>;
}
//# sourceMappingURL=DatabaseConnection.d.ts.map