/** * App Router Entity Resolution * * Resolves exact and parameterized App Router pages through the same captured, * bounded filesystem authority used by Pages Router entity discovery. */ import type { RuntimeAdapter } from "../platform/adapters/base.js"; import type { EntityInfo } from "../types/index.js"; import { type EntityResolutionOptions } from "../types/entities/getEntityInfo.js"; export declare function getAppRouteEntity(projectDir: string, slug: string, adapter: RuntimeAdapter, appDirName?: string, options?: EntityResolutionOptions): Promise; //# sourceMappingURL=app-route-resolver.d.ts.map