/** * Analytics artifact path hints — optional per-module directory nesting. * * Per-entity handlers with an IR `module` emit under `analytics/handlers//…`. * Module-less names and monolith artifacts keep the historical flat layout. */ export declare function analyticsEntityHandlerPathHint(entity: { name: string; module?: string; }): string; export declare function analyticsHandlersMonolithPathHint(): string; export declare function analyticsTrackingPlanPathHint(): string; export declare function analyticsEventsPathHint(): string; //# sourceMappingURL=path-hints.d.ts.map