/** Whether the value is _not_ `null` or `undefined` */ export declare const isDefined: (val: T | null | undefined) => val is Exclude; //# sourceMappingURL=index.d.ts.map