/** * List of special file names used by Next.js for routing and layouts. * * These filenames have specific purposes in the Next.js app directory structure, * such as defining pages, layouts, error boundaries, and loading states. * * @type {string[]} * @see {@link https://nextjs.org/docs/app/getting-started/project-structure#routing-files} */ export declare const NEXTJS_ROUTING_FILES: string[]; //# sourceMappingURL=nextjs.utils.d.ts.map