export default class TransitionCorrection extends Error {
    stateName: string;
    constructor(stateName: string);
}
