/** * # Sulg To Camel Case */ export default function slugToCamelTitle(text: string): string | null;