declare type Data = { [contractName: string]: string; }; declare const updateOutput: (filePath: string, data: Data) => Promise; export default updateOutput;