export declare function isDefined<T>(t: T | undefined): t is T;
//# sourceMappingURL=util.d.ts.map