/** * Multi-export component discovery using TypeScript AST * Extracts component exports from files like charts.ts and chrome.ts */ /** * Extract component exports from a TypeScript file * @param filePath - Path to the TypeScript file * @returns Array of exported component names */ export declare function getExportsFromFile(filePath: string): string[]; //# sourceMappingURL=multi-export-discovery.d.ts.map