/** * This error will be thrown if something goes wrong in the decider * * @typedef {Error} DecisionError */ export declare class DecisionError extends Error { constructor(message: string); }