export declare const sendDepositTx: ({ rpcUrl, chainId, pkpEthAddress, pkpPublicKey, to, value, calldata, gasBufferPercentage, baseFeePerGasBufferPercentage, alchemyGasSponsor, alchemyGasSponsorApiKey, alchemyGasSponsorPolicyId, }: { rpcUrl: string; chainId: number; pkpEthAddress: string; pkpPublicKey: string; to: string; value: string; calldata: string; gasBufferPercentage?: number; baseFeePerGasBufferPercentage?: number; alchemyGasSponsor?: boolean; alchemyGasSponsorApiKey?: string; alchemyGasSponsorPolicyId?: string; }) => Promise; //# sourceMappingURL=send-deposit-tx.d.ts.map