export declare const asciiList: {
    [key: string]: string;
};
export declare const regAscii: RegExp;
