import { ChainId } from '@biconomy-sdk-dev/core-types'; export declare class WalletFactoryAPI { static deployWalletTransactionCallData(txServiceUrl: string, chainId: ChainId, factoryAddress: string, owner: string, handlerAddress: string, implementationAddress: string, index: number): Promise; }