import type { BundlerImportGraphImport } from "../../types.d.ts"; declare function stripJsonComments(source: string): string; declare function parseJsonLike(text: string): any; declare function collectImports(source: string): BundlerImportGraphImport[]; export { collectImports, parseJsonLike, stripJsonComments, }; //# sourceMappingURL=parse.d.ts.map