declare function getStepContext(context: Record): { run: any; postRun?: undefined; } | { run: any; postRun: any; }; export default getStepContext;