export declare function isTruthy(val: any): boolean;
export declare function isFalsy(val: any): boolean;
