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