import { JsonRpcRequestPayload, MagicMessageEvent } from '../type-defs'; import { StandardizedResponse } from './json-rpc-response'; /** * Ensures the incoming response follows the expected schema and parses for a * JSON RPC payload ID. */ export declare function standardizeResponse(requestPayload: JsonRpcRequestPayload, event: MagicMessageEvent): StandardizedResponse;