/**
 * This code was originally copied and modified from the @opennextjs/cloudflare repository.
 * Significant changes have been made to adapt it for use with Azion.
 */
import type { InternalEvent, InternalResult } from "@opennextjs/aws/types/open-next";
import type { WrapperHandler } from "@opennextjs/aws/types/overrides";
declare const _default: {
    wrapper: WrapperHandler<InternalEvent, InternalResult>;
    name: string;
    supportStreaming: true;
    edgeRuntime: true;
};
export default _default;
