import type { IdentifyResult } from "./handler.type.js"; export declare const footnoteHandler: { identify(lines: string[], index: number): IdentifyResult | null; render(raw: string): string; serialize(raw: string): string; }; //# sourceMappingURL=footnote.handler.d.ts.map