/** * This type can be used to throw an error modeled at an ErrorEndEvent. */ export declare class BpmnError extends Error { code: number | string; additionalInformation: any; constructor(name: string, code?: number | string, message?: string, stackTrace?: string); }