import { Frontmatter } from "./index.js";
export declare const defaultGetUrl: (filePath: string, _frontmatter: Frontmatter) => string;
export declare const defaultGetSlug: (filePath: string, _frontmatter: Frontmatter) => string;
