/** * Converts `'rockenberg commerce'` to `'rockenbergCommerce'`. */ export default function dromedaryCase(input: string): string;