import type { MetaRoot } from "@metaobjectsdev/metadata"; /** Basename (no extension) of the shared-enums module emitted at the entity-module target root. */ export declare const SHARED_ENUMS_BASENAME = "enums"; /** The exported Zod-constant name for a shared enum (`Enum`). */ export declare function sharedEnumZodConstName(enumName: string): string; /** * The full shared-enums module body, or null when the model has no materialized * shared enums (so the generator emits no file at all). */ export declare function renderSharedEnumsFile(root: MetaRoot): string | null; //# sourceMappingURL=enums-file.d.ts.map