import type { PrototypeStruct } from '../index.js'; interface Difference { difference(other: Set): T[]; } export declare const difference: PrototypeStruct; declare global { interface Set extends Difference { } } export {}; //# sourceMappingURL=difference.d.ts.map