export declare const reFormatFields: (fields: any) => Promise<any>;
export declare const getValFromPath: (project: any, path: string) => any;
