import { NOTHING } from "../../constants"; export declare const isNothing: (value: unknown) => value is typeof NOTHING;