import { PasswordConfig } from "../models/config/password-config"; export declare function password(config: PasswordConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void; export declare function passwordAsync(config?: PasswordConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;