import type { PostUseBatchSessionProps } from "../hooks/useBatchSession"; import { type UserOpResponse } from "@biconomy/account"; /** @ignore */ export declare const useBatchSessionAction: (params: PostUseBatchSessionProps) => Promise; //# sourceMappingURL=useBatchSession.d.ts.map