export default function normalCase(str: string, locale?: string, replacement?: string): string;
