import type { MetaObject } from "@metaobjectsdev/metadata"; /** File name (no directory) of an entity's DB-free descriptor module. */ export declare function entityMetaFileName(entityName: string): string; /** Module specifier the UI files use to reach it — a same-directory sibling. */ export declare function entityMetaSpecifier(entityName: string, extStyle: string | undefined): string; export declare function renderEntityMetaFile(entity: MetaObject, apiPrefix?: string): string; //# sourceMappingURL=entity-meta-file.d.ts.map