export declare const isTestEnv: boolean; export declare const isBrowser: boolean; export declare function isElement(el: unknown): el is Element; export declare const getDoc: (node: Node) => Document; export declare const getWin: (node: Node) => (WindowProxy & typeof globalThis) | null;