import { type H3Event } from 'h3'; export declare const orchestrationSessionCookieName = "mokelay_orchestration_session"; export declare function setSessionValue(event: H3Event, key: string, value: unknown): void; export declare function removeSessionValue(event: H3Event, key: string): void; export declare function readSessionValue(event: H3Event, key: string): unknown;