export declare const toString: (val: any, spaces?: number) => string; export declare const startCase: (str: string) => string; export declare const upperFirst: (str: any) => string;