/** * Extract runtime export names from source code. * * Uses the CodeParser AST contract so export-looking strings, comments, and * type-only exports do not enter RSC manifests. */ export declare function extractExportNames(source: string, filePath?: string): Promise; //# sourceMappingURL=export-extractor.d.ts.map