import { type Session } from './schemas.js';
export declare function getSession(apiToken?: string, hostname?: string): Promise<Session>;
export type { Session } from './schemas.js';
