/**
 * Convert an identifier string to human readable form
 *
 * @param input The identifer string
 * @returns the identifier in human readable form
 */
export declare function toHumanCase(input: string): string;
export default toHumanCase;
