import {ATNConfig} from "./ATNConfig.js";

export declare class ATNConfigSet {
    configs: ATNConfig[];
}
