/** * Exception thrown when a workflow operation is attempted at the wrong stage. */ export declare class WrongStageException extends Error { constructor(expectedStage: string, sessionId: string); } //# sourceMappingURL=WrongStageException.d.ts.map