export default class StateCorrection extends Error {
    args: string[];
    constructor(arg1: string, arg2: string);
}
