export {} declare global { interface Array { equals(array: T[]): boolean; remove(t: T): this; } }