import { Signer, ContractFactory, Overrides } from "ethers"; import { Provider, TransactionRequest } from "@ethersproject/providers"; import type { PingPongRouter, PingPongRouterInterface } from "../PingPongRouter"; export declare class PingPongRouter__factory extends ContractFactory { constructor(signer?: Signer); deploy(_xAppConnectionManager: string, overrides?: Overrides & { from?: string | Promise; }): Promise; getDeployTransaction(_xAppConnectionManager: string, overrides?: Overrides & { from?: string | Promise; }): TransactionRequest; attach(address: string): PingPongRouter; connect(signer: Signer): PingPongRouter__factory; static readonly bytecode = "0x608060405234801561001057600080fd5b506040516100833803806100838339818101604052602081101561003357600080fd5b50516040805162461bcd60e51b815260206004820152601b60248201527f6578616d706c6520784170702c20646f206e6f74206465706c6f790000000000604482015290519081900360640190fdfe"; static readonly abi: ({ inputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; name?: undefined; outputs?: undefined; } | { anonymous: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; type: string; stateMutability?: undefined; outputs?: undefined; } | { inputs: { internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; anonymous?: undefined; })[]; static createInterface(): PingPongRouterInterface; static connect(address: string, signerOrProvider: Signer | Provider): PingPongRouter; } //# sourceMappingURL=PingPongRouter__factory.d.ts.map