export declare class GB2315DecoderHelper {
    private static _specifiedPairSymbols;
    private static get specifiedPairSymbols();
    static getChars(bytes: string[]): string[];
}
