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