/**
 * Change action type to camalize style.
 * Example,
 * COMPONENTS/FETCH_GET_USER -> components/fetchGetUser
 */
export default function camalize(str: string): string;
