/** * Request for getMaxShredInsertSlot (no parameters) */ import { BaseSolanaRequest } from '../base'; export interface GetMaxShredInsertSlotRequest extends BaseSolanaRequest { } export type EncodedGetMaxShredInsertSlotRequest = []; export declare function encodeGetMaxShredInsertSlotRequest(_req?: GetMaxShredInsertSlotRequest): EncodedGetMaxShredInsertSlotRequest;