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