export function parseInlineContent(): any[]; export function parseInlineCommand(): any; export function parseInlineCommandValue(): string; export function parseRefLikeInline(name: any): { tag: string; data: any; };