declare function isDefined(arg: T | null | undefined): arg is T; export { isDefined }; //# sourceMappingURL=index.d.ts.map