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