declare const fromCamelCase: (str: string, separator?: string) => string; export default fromCamelCase;