declare const errorDecoder: <T>(func: () => Promise<T>) => Promise<T>;
export default errorDecoder;
