export declare const genConnection: () => Promise<void>;
export declare const getDB: () => Promise<import("typeorm").Connection>;
