import * as types from './types';
export declare const catchErrors: ({ error, showFullError }: types.CatchErrorsTypes) => void;
