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