/**
 * This file contains all of the character sets that password_generator.ts uses.
 */
export declare const lowercaseLettersList: string[];
export declare const uppercaseLettersList: string[];
export declare const numbersList: string[];
export declare const specialCharactersList: string[];
export declare const latin1List: string[];
