import { MDAST } from '../ast-types'; export declare const getTags: (data?: MDAST.Root | undefined) => string[];