import type { Theme } from '../../types'; export default function useMarkdownIt(): { md: import("vue").Ref; init: (theme?: Theme) => Promise; };