import { Type } from '@nestjs/common'; export declare function EntityOwner({ eager, }?: { eager?: boolean; }): PropertyDecorator; export declare function getOwnerProperty(entity: Type): string | symbol; export declare function getOrganizationFilter(entity: Type, owner: { id: string; } | null): { [x: string]: { id: string; } | null; };