export declare const isObject: (obj: Object) => boolean;
export declare const isDevEnv: () => boolean;
export declare const isArray: (arr: any[]) => boolean;
