/** * @deprecated use Generator.password(24) instead this function will be removed in the next minor update. */ export declare class PasswordGenerator { #private; constructor(); toString(): string; } /** * @deprecated use Generator.password(24) instead this function will be removed in the next minor update. */ export declare const passwordGenerator: PasswordGenerator; //# sourceMappingURL=PasswordGenerator.d.ts.map