declare const character: (pool?: string) => string; export { character, character as char };