import { Callback } from "./base"; export declare class WindowOnErrorCallback extends Callback { attach(): void; }