export declare const handleServerAction: ({ request, context, }: { request: Request; context: any; }) => Promise;