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