import type { PrototypeStruct } from '../index.js'; interface Filled { filled(len: number, value?: T): T[]; } export declare const filled: PrototypeStruct; declare global { interface ArrayConstructor extends Filled { } } export {}; //# sourceMappingURL=filled.d.ts.map