/** heuristically checks whether the text may be a mermaid diagram definition */ export declare const isMaybeMermaidDefinition: (text: string) => boolean;