import {ATN} from "../atn/index.js";

export declare class ATNState {
    atn: ATN;
    stateNumber: number;
}
