import { ParserOptions } from "./parser/types.js";
import { Component } from "./types.js";
type Input = {
    importFrom: string;
    rootDir: string;
    parserOptions?: ParserOptions;
};
export declare function analyzeComponents(input: Input): Promise<Component[]>;
export {};
//# sourceMappingURL=analyze.d.ts.map