export declare const capitalize: (str: string) => string; export declare const castValueType: (str: string) => string | number | boolean; export declare const unifyEntityName: (str: string) => string;