/**
 * Parse file to json
 */
export declare function parseFile<T = any>(file: string): Promise<T>;
