import { Type } from '@nestjs/common'; import type { AclItem } from '../entities/acl.entity'; export declare function getAclEntity(target: Type): Type>; export declare function getAclProperty(target: Type): string;