import type { WizardSession } from "../wizard/session.js"; export declare function createWizardSessionTracker(): { wizardSessions: Map; findRunningWizard: () => string | null; purgeWizardSession: (id: string) => void; };