export declare class FileUtil {
    static fetchXML(file: any, resp?: any): string;
    static readFile(file: any): string;
}
