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