import { SupportedFrameworkName } from "./types.js";
import { ServeHandlerOptions } from "./components/InngestCommHandler.js";
import { serve as serve$1 } from "./h3.js";

//#region src/nuxt.d.ts

/**
 * The name of the framework, used to identify the framework in Inngest
 * dashboards and during testing.
 */
declare const frameworkName: SupportedFrameworkName;
/**
 * In Nuxt 3, serve and register any declared functions with Inngest, making
 * them available to be triggered by events.
 *
 * @public
 */
declare const serve: (options: ServeHandlerOptions) => ReturnType<typeof serve$1>;
//#endregion
export { frameworkName, serve };
//# sourceMappingURL=nuxt.d.ts.map