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