/** * Express artifact path hints — optional per-module directory nesting. * * Entity-scoped routes/types with an IR `module` emit under `routes|types//…`. * Module-less names and monolith routers/types keep the historical flat layout. */ export declare function expressEntityRoutePathHint(args: { entityName: string; module?: string; }): string; export declare function expressManifestRouterPathHint(): string; export declare function expressEntityTypesPathHint(args: { entityName: string; module?: string; }): string; export declare function expressManifestTypesPathHint(): string; //# sourceMappingURL=path-hints.d.ts.map