8ca3f97a6162bbc6cd420591675ff534b338b57a3637616349e6127bd27720a3228160fe30fba6512cf6ae0ce516f6975103614845d7cfa7736a4f82862380 269 B

12345
  1. export declare const decodeXML: (str: string) => string;
  2. export declare const decodeHTMLStrict: (str: string) => string;
  3. export declare type MapType = Record<string, string>;
  4. export declare const decodeHTML: (str: string) => string;
  5. //# sourceMappingURL=decode.d.ts.map