export { default as linkModule } from './linkModule.js';
export type * from './types.js';
export { default as unlinkModule } from './unlinkModule.js';
import { default as linkModule } from './linkModule.js';
import { default as unlinkModule } from './unlinkModule.js';
declare const _default: {
    linkModule: typeof linkModule;
    unlinkModule: typeof unlinkModule;
};
export default _default;
