declare const slugToTitle: (slug: string) => string;
export default slugToTitle;
