QueryAppliedPlanResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryAppliedPlanResponse;
    encode(message: QueryAppliedPlanResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryAppliedPlanResponseAmino): QueryAppliedPlanResponse;
    fromAminoMsg(object: QueryAppliedPlanResponseAminoMsg): QueryAppliedPlanResponse;
    fromPartial(object: {
        height?: bigint;
    }): QueryAppliedPlanResponse;
    fromProtoMsg(message: QueryAppliedPlanResponseProtoMsg): QueryAppliedPlanResponse;
    toAmino(message: QueryAppliedPlanResponse): QueryAppliedPlanResponseAmino;
    toAminoMsg(message: QueryAppliedPlanResponse): QueryAppliedPlanResponseAminoMsg;
    toProto(message: QueryAppliedPlanResponse): Uint8Array;
    toProtoMsg(message: QueryAppliedPlanResponse): QueryAppliedPlanResponseProtoMsg;
}