export { openDocument } from './open-document'; export { openDocumentRow } from './open-document-row'; export { openLegacyLink } from './open-legacy-link'; export { openLink } from './open-link'; export type { OmniOutlinerDocumentLink, OmniOutlinerDocumentLinkPayload, OmniOutlinerDocumentRowLinkPayload, OmniOutlinerLegacyLink, OmniOutlinerLink, OmniOutlinerLinkElements, OmniOutlinerOpenLinkPayload, } from './shared';