interface SessionKeyResult { sessionKey: `0x${string}`; sessionAddress: `0x${string}`; smartAccountAddress: `0x${string}`; } export declare function createSessionKey(ownerPrivateKey: `0x${string}`, smartAccountAddress: `0x${string}`, chainId: string): Promise; export {}; //# sourceMappingURL=session.d.ts.map