import { ICustomPasswordValidatorOptions } from '../dto/customValidatorOptions.dto';
export declare function CustomPasswordDecorator(details: ICustomPasswordValidatorOptions): (target: any, key: string) => void;
