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