export declare function isSvg(str: string): boolean;
export declare function isXML(str: string): boolean;
