/** * A single route that handles any step execution request and routes to the * appropriate step function. We may eventually want to create different bundles * for each step, this is temporary. */ export declare const stepEntrypoint: (req: Request) => Promise; //# sourceMappingURL=step-handler.d.ts.map