export function link({ entry, compartments: compartmentDescriptors }: PackageCompartmentMapDescriptor | FileCompartmentMapDescriptor, options: LinkOptions): LinkResult; export function assemble(compartmentMap: PackageCompartmentMapDescriptor, options: LinkOptions): Compartment; import type { PackageCompartmentMapDescriptor } from './types.js'; import type { FileCompartmentMapDescriptor } from './types.js'; import type { LinkOptions } from './types.js'; import type { LinkResult } from './types.js'; //# sourceMappingURL=link.d.ts.map