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