export declare const isTruthy: (v: T | null | undefined) => v is T;