import type { OnStepStarted, ValueBag } from '../types';
export type InternalOnStepStarted = (valueBags: ValueBag[]) => void;
export declare function getOnStepStarted(name: string, onStepStarted?: OnStepStarted): InternalOnStepStarted;
//# sourceMappingURL=onStepStarted.d.ts.map