import type { ClientComponentMeta, ComponentAnalysis } from "./types.js"; import type { FileSystemAdapter } from "../../platform/adapters/base.js"; export declare function analyzeComponent(filePath: string, fs: FileSystemAdapter): Promise; export declare function buildClientManifest(projectDir: string, appDir?: string, fs?: FileSystemAdapter): Promise>; //# sourceMappingURL=component-analyzer.d.ts.map