export declare function defaultErrorHandler(id: string): (err: Error) => void;
export declare function loggingErrorHandler(originalError: Error): (err: Error) => void;
