import { nothing } from 'immer'; export declare function isNothing(value: unknown): value is typeof nothing; //# sourceMappingURL=is_nothing.d.ts.map