import type Token from 'markdown-it/lib/token'; export declare const toAst: (toks: Token[]) => Token[];