declare const utils: { ucFirst: (str: string) => string; isObject: (obj: any) => boolean; }; export default utils;