export declare const EMPTY_HANDLER: () => void;
export declare const RESOLVED_PROMISE: Promise<void>;
export declare const WINDOW_DEFINED: boolean;
