import { type StateHandlers, type MatchContext, type CaseExample } from '../../../../../entities/types';
export declare const executeStateSetup: (example: CaseExample, stateSetups: StateHandlers, parentContext: MatchContext) => Promise<MatchContext>;
