import type { Signer } from "./types.js"; interface SessionKeySignerConfig { sessionKey: `0x${string}`; smartAccountAddress: `0x${string}`; chainId: string; bundlerUrl: string; paymasterUrl?: string; } export declare function createSessionKeySigner(config: SessionKeySignerConfig): Promise; export {}; //# sourceMappingURL=session-key.d.ts.map