export declare function writeContractToDisk(contractFilePath: string, quicktypeSchema: any): Promise<unknown>;
