export declare const unEntity: (str: string) => string;
export declare const camelCase: (str: string) => string;
