declare function isDocumentAll(value: unknown): value is HTMLAllCollection;

export = isDocumentAll;
