export declare class XmlCharsDecoder {
    private static xmlCharDecodingRegex;
    static decode(val: string): string;
}
