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