export declare function SensitiveData(...sensitiveData: string[]): <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void;
//# sourceMappingURL=sensitive-data.decorator.d.ts.map