import { ReturnableCallback } from "./_types"; declare const u_tof: { falsy: (value: any) => boolean; truthy: (value: any) => boolean; falsyExcept: (value: any, condition: ReturnableCallback) => boolean; truthyExcept: (value: any, condition: ReturnableCallback) => boolean; falsyExceptEmptyStr: (value: any) => boolean; truthyExceptEmptyStr: (value: any) => boolean; truthyExceptZero: (value: any) => boolean; falsyExceptZero: (value: any) => boolean; }; export default u_tof; //# sourceMappingURL=tof.d.ts.map