export declare const CREATE_TEMPLATE_SELECTION_HINT: string; /** * Validate an explicitly supplied create template id before entering the full * scaffold flow. * * Built-in template ids and the workspace alias resolve immediately, common * built-in typos keep suggestion diagnostics, and explicit external template * locators remain deferred to the external template resolver. */ export declare function validateExplicitCreateTemplateId(templateId: string): string;