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