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