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