import { equals } from './symbol.js';
export {};
declare global {
    interface Array<T> {
        [equals](other: Array<T>): boolean;
    }
}
//# sourceMappingURL=Array.equals.d.ts.map