export declare class HangulDecoderHelper {
    private static _cptable;
    private static get cptable();
    static getChars(data: string[]): string[];
}
