/**
 * Calls `callback` with an execute function that's optimized for handling
 * `depCount` dependencies (where the step `isSyncAndSafe` or not).
 */
export declare function buildOptimizedExecute(depCount: number, isSyncAndSafe: boolean, callback: (fn: any) => void): void;
//# sourceMappingURL=unbatchedStepExecute.d.ts.map