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