/** * JSON Schema artifact path hints — optional per-module directory nesting. * * Entities with an IR `module` emit under `schemas//…`. * Module-less names keep the historical flat `schemas/…` layout. */ export declare function jsonSchemaEntityPathHint(entity: { name: string; module?: string; }): string; //# sourceMappingURL=path-hints.d.ts.map