/** * Revalidates target-language identifiers at the built-in template builder * boundary so generated PHP and TypeScript never rely only on upstream CLI * normalization. */ export declare function assertScaffoldTemplateCodeIdentifiers(view: Record): void;