/** * This decorator is used to populate the fields of the entity returned by the mutation. */ export declare const AutoPopulate: (transactional?: boolean) => (target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void; //# sourceMappingURL=auto-populate.decorator.d.ts.map