type FieldName = 'user' | 'inviter' | 'invitee';
export declare const Redactable: (fieldName?: FieldName) => MethodDecorator;
export {};
