import * as h3 from 'h3'; import { H3Event } from 'h3'; import { a9 as RouteFunction, aa as WorkflowServeOptions } from './client-BVG9vt90.js'; import 'neverthrow'; type VerifySignatureConfig = { currentSigningKey?: string; nextSigningKey?: string; clockTolerance?: number; }; declare const verifySignatureH3: (handler: (event: H3Event) => Promise, config?: VerifySignatureConfig) => h3.EventHandler>; /** * @deprecated as of version 2.7.17. Will be removed in qstash-js 3.0.0. * Please use https://github.com/upstash/workflow-js * Migration Guide: https://upstash.com/docs/workflow/migration */ declare const serve: (routeFunction: RouteFunction, options?: Omit, "onStepFinish">) => h3.EventHandler>; export { serve, verifySignatureH3 };