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