/** * Use this function to handle error coming from try/catch block especially with Api calls */ export declare function catchError(error: any): { close: () => void; }; //# sourceMappingURL=catch-error.d.ts.map