import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { ISomaSwapCallee, ISomaSwapCalleeInterface } from "./ISomaSwapCallee";
export declare class ISomaSwapCallee__factory {
    static readonly erc165InterfaceId = "0x2fd43249";
    static readonly erc1820InterfaceId = "0x8a97098327fda23c12bc4a0a63d4aba7e8d064b15ce9ab1773ed9d6947186dcc";
    static readonly abi: {
        inputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs: never[];
        stateMutability: string;
        type: string;
    }[];
    static createInterface(): ISomaSwapCalleeInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): ISomaSwapCallee;
}
//# sourceMappingURL=ISomaSwapCallee__factory.d.ts.map