import type { PostUseSendGasTokenTransactionProps } from "../hooks/useSendGasTokenTransaction"; import type { BiconomySmartAccountV2 } from "@biconomy/account"; /** @ignore */ export declare const sendGasTokenTransaction: (params: PostUseSendGasTokenTransactionProps, smartAccountClient: BiconomySmartAccountV2 | null) => Promise; //# sourceMappingURL=sendGasTokenTransaction.d.ts.map