import type { PrototypeStruct } from '../index.js';
interface IsEmpty {
    isEmpty(): boolean;
}
export declare const isEmpty: PrototypeStruct;
declare global {
    interface Set<T> extends IsEmpty {
    }
}
export {};
//# sourceMappingURL=is-empty.d.ts.map