import { DOMWindow } from 'jsdom'; export type SetupFunction = (window: DOMWindow) => void; export declare const setupBasicWindow: SetupFunction; export declare const setupCSSInterfaces: SetupFunction; export declare const setupHTMLAndSVG: SetupFunction; export declare const setupScreen: SetupFunction; export declare const setupStorage: SetupFunction; export declare const setupAnimationFrame: SetupFunction; export declare const setupDOMMethods: SetupFunction; export declare const setupNodeMethods: SetupFunction; export declare const setupElementMethods: SetupFunction; export declare const setupDOMInterfaces: (window: DOMWindow) => void;