/** * Return true if the value is truthy and otherwise false * @param val */ export declare function isTruthy(val: string | boolean | undefined): boolean; //# sourceMappingURL=is-truthy.d.ts.map