import { Type } from '@nestjs/common'; export declare function createAclForEntity(entityClass: Type, targetEntityAclProperty: keyof T): void;