import type { Manifold } from '../../core/pipework.js'; import type { PendingStep } from './step-buffer.js'; /** Inserts `steps` into `trace_step` in a single batch. Resolves once the write settles. */ export declare function flushSteps(instance: Manifold, steps: readonly PendingStep[]): Promise; //# sourceMappingURL=flush-steps.d.ts.map