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