export declare const formatTitle: (value: string) => string; export declare const slugify: (value: string) => string;