export declare const getSlug: ({ title }: {
    title: string;
}) => string;
