declare const isValid: (value: T) => value is NonNullable; export default isValid;