/** * @dynamic need this because there are static memebers */ export declare class Constants { static readonly REQUIRED: string; static readonly MIN_LENGTH: string; static readonly MAX_LENGTH: string; static readonly PATTERN: string; static readonly VALID_USERNAME: string; static readonly PASSWORDS_MATCH: string; }