declare module 'isarray' { const isarray: (obj: any) => boolean; export = isarray; }