declare function isArray(value: any): value is Array; export { isArray };