export declare function isFalse(value?: boolean | number | string | null | (() => boolean)): boolean;
