GetBlockWithTxsRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): GetBlockWithTxsRequest;
    encode(message: GetBlockWithTxsRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: GetBlockWithTxsRequestAmino): GetBlockWithTxsRequest;
    fromAminoMsg(object: GetBlockWithTxsRequestAminoMsg): GetBlockWithTxsRequest;
    fromPartial(object: {
        height?: bigint;
        pagination?: {
            countTotal?: boolean;
            key?: Uint8Array;
            limit?: bigint;
            offset?: bigint;
            reverse?: boolean;
        };
    }): GetBlockWithTxsRequest;
    fromProtoMsg(message: GetBlockWithTxsRequestProtoMsg): GetBlockWithTxsRequest;
    toAmino(message: GetBlockWithTxsRequest): GetBlockWithTxsRequestAmino;
    toAminoMsg(message: GetBlockWithTxsRequest): GetBlockWithTxsRequestAminoMsg;
    toProto(message: GetBlockWithTxsRequest): Uint8Array;
    toProtoMsg(message: GetBlockWithTxsRequest): GetBlockWithTxsRequestProtoMsg;
}