export declare type OnError = (err: any) => void; export interface ErrorHandler { onError?: OnError; } //# sourceMappingURL=ErrorHandler.d.ts.map