import { ObjectType } from 'typeorm';
export declare const getNameOfEntity: <T>(entity: ObjectType<T>) => string;
export declare const isPromiseLike: (o: any) => boolean;
