import { AnyCaseNodeOrData } from '../../entities/types';
import { NameOnlyState, StateWithVariables } from './types';
export declare const state: (name: string, variables?: Record<string, AnyCaseNodeOrData>) => NameOnlyState | StateWithVariables;
