export declare type CatchFunction = (error: any) => any; export declare const defaultCatchFunction: CatchFunction;