import { Connection } from 'typeorm'; export declare class DB { static connection: Connection; static connect(): Promise; }