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