export interface DecodeLegacyChineseOptions { allowShortPairs?: boolean; } export declare function decodeLegacyChineseBytes(text: string, options?: DecodeLegacyChineseOptions): string | undefined; //# sourceMappingURL=legacy-text.d.ts.map