import type { FootnoteTypeType } from "../parser-type"; export declare const footnoteTypeMap: { [key in FootnoteTypeType]: FootnoteTypeType; }; export declare const findFootnoteMarkGlobalRegExp: RegExp;