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