QueryTotalSupplyRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryTotalSupplyRequest;
    encode(message: QueryTotalSupplyRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryTotalSupplyRequestAmino): QueryTotalSupplyRequest;
    fromAminoMsg(object: QueryTotalSupplyRequestAminoMsg): QueryTotalSupplyRequest;
    fromPartial(object: {
        pagination?: {
            countTotal?: boolean;
            key?: Uint8Array;
            limit?: bigint;
            offset?: bigint;
            reverse?: boolean;
        };
    }): QueryTotalSupplyRequest;
    fromProtoMsg(message: QueryTotalSupplyRequestProtoMsg): QueryTotalSupplyRequest;
    toAmino(message: QueryTotalSupplyRequest): QueryTotalSupplyRequestAmino;
    toAminoMsg(message: QueryTotalSupplyRequest): QueryTotalSupplyRequestAminoMsg;
    toProto(message: QueryTotalSupplyRequest): Uint8Array;
    toProtoMsg(message: QueryTotalSupplyRequest): QueryTotalSupplyRequestProtoMsg;
}