import type { InlineFootnote, NoAttrs } from '../spec';
import type { MdFormatSerialize, TexFormatSerialize } from '../serialize/types';
import type { MyNodeSpec } from './types';
declare const footnote: MyNodeSpec<NoAttrs, InlineFootnote>;
export declare const toMarkdown: MdFormatSerialize;
export declare const toTex: TexFormatSerialize;
export default footnote;
