QueryAppliedPlanRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryAppliedPlanRequest;
    encode(message: QueryAppliedPlanRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryAppliedPlanRequestAmino): QueryAppliedPlanRequest;
    fromAminoMsg(object: QueryAppliedPlanRequestAminoMsg): QueryAppliedPlanRequest;
    fromPartial(object: {
        name?: string;
    }): QueryAppliedPlanRequest;
    fromProtoMsg(message: QueryAppliedPlanRequestProtoMsg): QueryAppliedPlanRequest;
    toAmino(message: QueryAppliedPlanRequest): QueryAppliedPlanRequestAmino;
    toAminoMsg(message: QueryAppliedPlanRequest): QueryAppliedPlanRequestAminoMsg;
    toProto(message: QueryAppliedPlanRequest): Uint8Array;
    toProtoMsg(message: QueryAppliedPlanRequest): QueryAppliedPlanRequestProtoMsg;
}