export declare function catchError(callback: () => T): [T, undefined] | [undefined, Error];