import type { PrototypeStruct } from '../index.js'; interface EndsWith { endsWith(needle: T[]): boolean; } export declare const endsWith: PrototypeStruct; declare global { interface Array extends EndsWith { } } export {}; //# sourceMappingURL=ends-with.d.ts.map