import { RunTaskFunction, HardhatConfig } from "hardhat/types";
import { TenderlyContract } from "@tenderly/api-client/types";
export declare function extractContractData(contracts: string[], network: string | undefined, config: HardhatConfig, run: RunTaskFunction): Promise<TenderlyContract[]>;
//# sourceMappingURL=index.d.ts.map