import type { CurrentPage } from "../main";
import type { Tokens } from "marked";
/** Handle heading or metadata */
export default function (token: Tokens.Heading | Tokens.Generic, page: CurrentPage): void;
