import { FrontMatter, PluginContext } from './Plugin.js'; declare const getLinks: () => string[]; declare const getScripts: () => string[]; declare const postRender: (pluginContext: PluginContext, frontmatter: FrontMatter, content: string) => string; export { postRender, getScripts, getLinks, }; //# sourceMappingURL=dataTable.d.ts.map