import { ContractPaths } from '../type'; export declare const genReact: ({ contractsPaths, reactPath, contractsPath, clientPath, }: { readonly contractsPaths: readonly ContractPaths[]; readonly reactPath: string; readonly contractsPath: string; readonly clientPath: string; }) => { js: string; ts: string; };