export declare function loadModel(connection: any, entity: any): Promise<any>;
export declare function getSchema(entity: Function): any;
