import { ErrorWithHttpStatusCode } from '@squiz/dx-common-lib'; export declare class JobError extends ErrorWithHttpStatusCode { requestId: string; error: Error | any; functionName: string; jobName: string; jobVersion: string; name: string; constructor(requestId: string, error: Error | any, functionName: string, jobName: string, jobVersion: string, statusCode?: number); }