import type { ModelCatalogEntry } from '../serve/core/model-catalog.js'; import { type AddedEntry } from './presets.js'; /** Interactive menu loop. Returns the aliased additions the user confirmed. */ export declare function runInteractive(catalog: ModelCatalogEntry[], existingAliases: Set, canEdit: boolean): Promise; //# sourceMappingURL=prompts.d.ts.map