import { ParseResultElement } from '@swagger-api/apidom-core'; import type { ReferenceOptions } from '../options/index.ts'; /** * Bundle a file with all its external references to a compound document. */ declare const bundle: (uri: string, options: ReferenceOptions) => Promise; export default bundle;