import { IParserResult } from '@stoplight/types'; import { MDAST } from './ast-types'; export declare type MarkdownParserResult = IParserResult;