import type { WizardModule } from "@onenomad/przm-cortex-core"; export declare function listWizards(): readonly WizardModule[]; export declare function findWizard(id: string): WizardModule | undefined; /** * Group wizards by category for catalog UIs. Returns a stable ordering — * adapters first, then providers, memory backends, webhooks, toolkits. */ export declare function wizardsByCategory(): ReadonlyMap; //# sourceMappingURL=wizard-registry.d.ts.map