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