import type { CreateSessionArgs } from '@frontmcp/auth'; import { type Scope } from '../../scope'; import { McpSession } from './record/session.mcp'; export declare class SessionService { /** * Create a new Session from verified auth data. * The returned Session exposes async token helpers, scoped view, and transport JWT helpers. */ createSession(scope: Scope, args: CreateSessionArgs): McpSession; private createMcpSession; } //# sourceMappingURL=session.service.d.ts.map