export declare const isDefined: (x: T | null | undefined) => x is T; //# sourceMappingURL=utils.d.ts.map