declare const password: (string: string) => string;
export default password;
