/** * Checks if the given variable is defined */ export declare function isDefined(value: T): value is NonNullable;