export declare function isArrayEqual(a: T[], b: T[]): boolean; export declare function isPrefixOfArray(prefix: T[], a: T[]): boolean;