export declare const isDefined: (a: T | undefined | null) => a is T;