export declare const isEqual: <T1 extends any[] | {}, T2 extends any[] | {}>(value: T1, other: T2) => boolean;
