export declare function isDef(val: T): val is NonNullable; export declare function isObject(val: unknown): val is Record; export declare const inBrowser: boolean; export declare function isWindow(obj: any): obj is Window;