import 'reflect-metadata'; import { Repository } from 'firedev-typeorm/src'; import { Connection } from 'firedev-typeorm/src'; export { Connection } from 'firedev-typeorm/src'; import { BASE_ENTITY } from './framework-entity'; export declare function tableNameFrom(entityClass: Function | BASE_ENTITY): string; export declare function classNameVlidation(className: any, target: Function): any; export declare function repositoryFrom>(connection: Connection, entityFN: Function, repoFn?: Function): R;