import type { SciResponseHandler } from '..'; export interface Mx51ActionPayload { data: { submit_url: string; method?: string; payload?: Record; }; timeoutMs?: number; } export declare const Mx51ResponseHandler: SciResponseHandler;