import type { RuntimeAdapter } from "../../platform/adapters/base.js"; import type { ApiRouteMatcher } from "./api-route-matcher.js"; export declare function discoverPagesRoutes(router: ApiRouteMatcher, dir: string, prefix: string, adapter: RuntimeAdapter): Promise; export declare function discoverAppRoutes(router: ApiRouteMatcher, dir: string, prefix: string, adapter: RuntimeAdapter): Promise; //# sourceMappingURL=route-discovery.d.ts.map