import { ATNState } from "../state/index.js";

export declare class ATNConfig {
    state: ATNState;
}
