import type { PathCandidates } from "./types.js"; export declare function generateAppRouterCandidates(projectDir: string, normalizedSlug: string): string[]; export declare function generatePagesRouterCandidates(projectDir: string, normalizedSlug: string): string[]; export declare function getPathCandidates(projectDir: string, slug: string): PathCandidates; export declare function getSupportedExtensions(): string[]; //# sourceMappingURL=path-candidate-generator.d.ts.map