export declare const isUndefined: (value: any) => value is undefined;
