import type { PrototypeStruct } from '../index.js'; interface ToArray { toArray(): T[]; } export declare const toArray: PrototypeStruct; declare global { interface Set extends ToArray { } } export {}; //# sourceMappingURL=to-array.d.ts.map