export declare const isDefined: (value: T | undefined | null) => value is T;