import type { FileSystemAdapter } from "../../../../platform/adapters/base.js"; export declare function resolveComponentPath(pathname: string, projectDir: string, fsAdapter?: FileSystemAdapter, appDir?: string): Promise; export declare function extractParams(_pathname: string): Record; //# sourceMappingURL=component-resolver.d.ts.map