export default class Password { static validate(password: string, passwordConfirm: string): void; static getAuthorizedCharacters(): RegExp; }