import type { RendererExtension } from 'marked';
/**
 * Returns an extension object for rendering the list of footnotes.
 */
export declare function createFootnotes(prefixId: string, prefixData: string, footnoteDivider: boolean, sectionClass: string, headingClass: string, backRefLabel: string): RendererExtension;
