export declare function Password(): (target: Object, property: string | symbol) => void; export declare function isPassword(instance: T, property: keyof T): boolean;