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