/** * Attempts to load the file from rootDir * * @param rootDir the root directory * @param fileName the file name */ export declare const loadFile: (rootDir: string, fileName: string) => any;