/** * Request for getMaxRetransmitSlot (no parameters) */ import { BaseSolanaRequest } from '../base'; export interface GetMaxRetransmitSlotRequest extends BaseSolanaRequest { } export type EncodedGetMaxRetransmitSlotRequest = []; export declare function encodeGetMaxRetransmitSlotRequest(_req?: GetMaxRetransmitSlotRequest): EncodedGetMaxRetransmitSlotRequest;