import { AxiosError } from "axios"; import { YcfStorageCallbackType } from "../../types/ycf-storage-callback.type"; export declare const CallbackError: (e: AxiosError, callbackData: YcfStorageCallbackType) => void; export declare const QueueMessageError: ({ message, stack, name }: Error, jobJSON: string) => void; //# sourceMappingURL=error.service.d.ts.map