export type ExplicitFalsy = false | null | undefined; export declare const isExplicitFalsy: (value: unknown) => value is ExplicitFalsy;