import type { Connection } from 'typeorm';
export declare function createConnection(): Promise<Connection | null>;
