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