import type { FlowStepMeta } from './step-meta.js'; type AnyFunction = (...args: any[]) => any; /** Wraps `impl` so that, under an active traced Flow, each call records a `trace_step`. */ export declare function __flowStep(meta: FlowStepMeta, impl: F): F; export {}; //# sourceMappingURL=flow-step.d.ts.map