/** * Next.js artifact path hints — module-aware subscription hooks. * * Route pathHints nest via {@link resolveEntitySegment} `entityModules` * (shared route-contract). Hooks are file-layout-only. */ export declare function nextjsSubscriptionHookPathHint(args: { entityName: string; hooksDir: string; module?: string; }): string; //# sourceMappingURL=path-hints.d.ts.map