import { EntityTarget } from 'typeorm'; export declare const isTypeORMEntity: (target: unknown) => target is EntityTarget;