import { GetSessionKeyResponse } from '../types/session-key-types.mjs';

declare const getSessionKey: (accountAddress: string, chainId: number, apiKey: string, sessionKey: string) => Promise<GetSessionKeyResponse>;

export { getSessionKey };
