RequestApplySnapshotChunk: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): RequestApplySnapshotChunk;
    encode(message: RequestApplySnapshotChunk, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: RequestApplySnapshotChunkAmino): RequestApplySnapshotChunk;
    fromAminoMsg(object: RequestApplySnapshotChunkAminoMsg): RequestApplySnapshotChunk;
    fromPartial(object: {
        chunk?: Uint8Array;
        index?: number;
        sender?: string;
    }): RequestApplySnapshotChunk;
    fromProtoMsg(message: RequestApplySnapshotChunkProtoMsg): RequestApplySnapshotChunk;
    toAmino(message: RequestApplySnapshotChunk): RequestApplySnapshotChunkAmino;
    toProto(message: RequestApplySnapshotChunk): Uint8Array;
    toProtoMsg(message: RequestApplySnapshotChunk): RequestApplySnapshotChunkProtoMsg;
}