diff --git a/is-collection/docs/types/index.d.ts b/is-collection/docs/types/index.d.ts
index 8363c0f1..b5058e75 100644
--- a/is-collection/docs/types/index.d.ts
+++ b/is-collection/docs/types/index.d.ts
@@ -20,7 +20,7 @@
///
-import { Collection } from '@stdlib/types/object';
+import { Collection } from '@stdlib/types/array';
/**
* Tests if a value is a collection.
diff --git a/is-empty-collection/docs/types/index.d.ts b/is-empty-collection/docs/types/index.d.ts
index 4a0ec207..cdf42700 100644
--- a/is-empty-collection/docs/types/index.d.ts
+++ b/is-empty-collection/docs/types/index.d.ts
@@ -20,7 +20,7 @@
///
-import { Collection } from '@stdlib/types/object';
+import { Collection } from '@stdlib/types/array';
/**
* Tests if a value is an empty collection.