import { YamlContractConfig } from '../../core/yaml-contract-config.js'; export declare function codegen(abisDir: string, outDir: string, contractsToGenExample?: YamlContractConfig[]): Promise; //# sourceMappingURL=codegen.d.ts.map