QuerySupplyOfRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QuerySupplyOfRequest;
    encode(message: QuerySupplyOfRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QuerySupplyOfRequestAmino): QuerySupplyOfRequest;
    fromAminoMsg(object: QuerySupplyOfRequestAminoMsg): QuerySupplyOfRequest;
    fromPartial(object: {
        denom?: string;
    }): QuerySupplyOfRequest;
    fromProtoMsg(message: QuerySupplyOfRequestProtoMsg): QuerySupplyOfRequest;
    toAmino(message: QuerySupplyOfRequest): QuerySupplyOfRequestAmino;
    toAminoMsg(message: QuerySupplyOfRequest): QuerySupplyOfRequestAminoMsg;
    toProto(message: QuerySupplyOfRequest): Uint8Array;
    toProtoMsg(message: QuerySupplyOfRequest): QuerySupplyOfRequestProtoMsg;
}