import type { ComponentContract } from "./types.js"; interface TypeScriptExtraction { rootExports: string[]; components: Record; } export declare function extractTypeScriptContracts(projectRoot: string, typesEntry: string, packageName: string): TypeScriptExtraction; export {}; //# sourceMappingURL=typescript.d.ts.map