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