import { Truthy } from 'lodash';
export declare const isTruthy: <T>(value: T) => value is Truthy<T>;
//# sourceMappingURL=code-utils.d.ts.map