import { UI } from '@kui-shell/core'; interface Markdown { title: HTMLElement; body: HTMLElement; } declare const _default: (tab: UI.Tab, suffix: string, source: string, fullpath: string) => Promise; export default _default;