import type { RunContext } from '../../entities/types';
import type { CaseConfig } from './types';
export declare const configToRunContext: (config: CaseConfig) => Partial<RunContext>;
