export interface FmMcpSessionKey { cwd: string; baseUrl: string; connectedFileName: string; clientName: string; } export declare const getFmMcpSessionId: (key: FmMcpSessionKey, explicitSessionId?: string) => string;