QueryCurrentPlanResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryCurrentPlanResponse;
    encode(message: QueryCurrentPlanResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryCurrentPlanResponseAmino): QueryCurrentPlanResponse;
    fromAminoMsg(object: QueryCurrentPlanResponseAminoMsg): QueryCurrentPlanResponse;
    fromPartial(object: {
        plan?: {
            height?: bigint;
            info?: string;
            name?: string;
            time?: Date;
            upgradedClientState?: {
                $typeUrl?: string;
                typeUrl?: string;
                value?: Uint8Array;
            };
        };
    }): QueryCurrentPlanResponse;
    fromProtoMsg(message: QueryCurrentPlanResponseProtoMsg): QueryCurrentPlanResponse;
    toAmino(message: QueryCurrentPlanResponse): QueryCurrentPlanResponseAmino;
    toAminoMsg(message: QueryCurrentPlanResponse): QueryCurrentPlanResponseAminoMsg;
    toProto(message: QueryCurrentPlanResponse): Uint8Array;
    toProtoMsg(message: QueryCurrentPlanResponse): QueryCurrentPlanResponseProtoMsg;
}