export declare function isValuedElement(input: any): input is HTMLInputElement | HTMLTextAreaElement; export declare function arrayEquals(a: readonly any[], b: readonly any[]): boolean; //# sourceMappingURL=utils.d.ts.map