import { Contract } from 'typechain';
export declare function codegenArtifactHeaders(contracts: Contract[]): string;
