import type { SDKResponse, EventName } from '$generated/types';
import type { ActionEnum } from '$generated/Backend';
export declare function incorrectPayloadResp(requestId: string | null, service: string | undefined, eventName: EventName): SDKResponse;
export declare function toSdkResponse(requestId: string | null, service: string | undefined, eventName: EventName, action?: ActionEnum | null, data?: Record<string, unknown>): SDKResponse;
