/**
 * Standardizes footnotes in the given element
 * @param element The element to standardize footnotes in
 */
export declare function standardizeFootnotes(element: any): void;
