export declare function isASCII(str: string): boolean; export declare function isShortString(str: string): boolean; export declare function encodeShortString(str: string): string; export declare function decodeShortString(str: string): string;