/** * Template IDs - must match src/lib/templates/template-ids.ts in the main app. * Used by init command for template selection. */ export declare const TEMPLATE_IDS: readonly ["basic-cube", "maze", "blocks-destroyer"]; export type TemplateId = (typeof TEMPLATE_IDS)[number];