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