import type { Jf2 } from "@paulrobertlloyd/mf2tojf2"; /** * Creates a slug from a JF2 object. * * The Micropub server MAY or MAY NOT decide to respect the requested slug, * based on whether it would cause conflicts with other URLs on the site. * * Does this imply that this function should check the website, and so be async? * Could the caller fetch the website and see if an URL with the same slug * already exists? * * @see https://indieweb.org/Micropub-extensions#Slug */ export declare const jf2ToSlug: (jf2: Jf2) => any; //# sourceMappingURL=jf2-to-slug.d.ts.map