export declare const passwordChars: {
    number: string;
    lower: string;
    upper: string;
    special: string;
};
//# sourceMappingURL=password.d.ts.map