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