import { FmIncomingWindowMessage, FmMessageEvent, FmOutgoingWindowMessage, JsonRpcBatchRequestPayload, JsonRpcRequestPayload, JsonRpcResponsePayload } from '../types'; import { FmIframeController } from './fm-iframe-controller'; interface RemoveEventListenerFunction { /** * Stop listening on the event associated with this `FmFetchOffFunction` * object. */ (): void; } /** * A class of utilities for communicating with Fortmatic iframes via JSON RPC * payloads. */ export declare class FmPayloadTransport { private readonly endpoint; private readonly encodedQueryParams; private messageHandlers; constructor(endpoint: string, encodedQueryParams: string); /** * Send a payload to the Fortmatic `