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