/**
 * Codepoint integers of all the characters that work on most terminals.
 */
export declare const codepoints: number[]

/**
 * Codepoint strings of all the characters that work on most terminals.
 */
export declare const characters: string[]

/**
 * RegExp matching any character that work on most terminals.
 */
export declare const regex: RegExp
