interface TokenTypeConfig {
    toState?: string;
    handler?: string;
}
interface StateConfig {
    tokenTypes?: Record<string, TokenTypeConfig>;
    subHandler?: string;
    endStates?: Record<string, string>;
    completable?: boolean;
}
export declare const states: Record<string, StateConfig>;
export {};
//# sourceMappingURL=states.d.ts.map