export type CollectFilesInput = { excludeNestedPackages?: boolean; excludePaths?: string[]; pattern: string; projectRoot: string; }; export declare function normalizeExcludePath(excludePath: string): string; export declare function collectFiles(input: CollectFilesInput): Promise; export declare function componentKeyFrom(exportName: string, componentPath: string, existing: Set): string; export declare function toRelative(projectRoot: string, absolutePath: string): string; export declare function uniqueSorted(values: string[]): string[]; //# sourceMappingURL=helpers.d.ts.map