declare const resolveFilepath: (file: string) => string;
declare const parseFile: (filepath: string) => Promise<any>;
export { resolveFilepath, parseFile, };
