import type { DocumentMetaType, LineDataType, FootnoteType } from "../parser-type"; export declare function getFootnoteList(lineContent: string): Array; export declare function fromToFootnoteList(fromList: Array, toList: Array): void; export declare function addLineData(lineData: LineDataType, toList: Array): void; export declare function makeFootnoteSuper(fullLineContent: string, documentMeta: DocumentMetaType): string;