import type { HookRuntimeDispatchInput, HookRuntimeDispatchResult } from './types.js'; export declare function dispatchHookEventRuntime(input: HookRuntimeDispatchInput): Promise; //# sourceMappingURL=runtime.d.ts.map