import type { PrototypeStruct } from '../index.js'; interface Truncate { truncate(len: number): void; } export declare const truncate: PrototypeStruct; declare global { interface Array extends Truncate { } } export {}; //# sourceMappingURL=truncate.d.ts.map