declare const truthy: (val: T | null | undefined | "" | false | 0) => val is T; export { truthy, }; //# sourceMappingURL=truthy.d.ts.map