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