import { Type } from '@nestjs/common'; export declare function EntityAcl(entityClass: Type): (targetEntityPrototype: unknown, targetEntityAclProperty: string | symbol) => void;