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