QueryCurrentPlanRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryCurrentPlanRequest;
    encode(_: QueryCurrentPlanRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: QueryCurrentPlanRequestAmino): QueryCurrentPlanRequest;
    fromAminoMsg(object: QueryCurrentPlanRequestAminoMsg): QueryCurrentPlanRequest;
    fromPartial(_: {}): QueryCurrentPlanRequest;
    fromProtoMsg(message: QueryCurrentPlanRequestProtoMsg): QueryCurrentPlanRequest;
    toAmino(_: QueryCurrentPlanRequest): QueryCurrentPlanRequestAmino;
    toAminoMsg(message: QueryCurrentPlanRequest): QueryCurrentPlanRequestAminoMsg;
    toProto(message: QueryCurrentPlanRequest): Uint8Array;
    toProtoMsg(message: QueryCurrentPlanRequest): QueryCurrentPlanRequestProtoMsg;
}