import { ContractFactory, Interface } from "ethers";
import { BaseAdapter } from "./BaseAdapter.js";
import type { OverridesAndName } from "../../../types/deployer.js";
export declare class EthersContractFactoryAdapter extends BaseAdapter {
    getInterface(instance: ContractFactory): Interface;
    getContractName(instance: ContractFactory, parameters: OverridesAndName): string;
}
//# sourceMappingURL=EthersContractFactoryAdapter.d.ts.map