export declare function isUndefined(val: unknown): val is boolean;
