export declare const hasWindow: () => boolean; export declare const hasDocument: () => boolean; export declare const onWindowEvent: (key: K, listener: (this: Window, ev: WindowEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined) => VoidFunction; export declare const onDocumentEvent: (key: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined) => VoidFunction; //# sourceMappingURL=app.manager.utils.d.ts.map