export declare const passwordConstraints: { minLength: number; maxLength: number; pattern: RegExp; }; //# sourceMappingURL=passwordHelper.d.ts.map