export declare const upcase: (str: string) => string; export declare const humanize: (str: string) => string;