MsgUpdateQuantityTickSize: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgUpdateQuantityTickSize;
    encode(message: MsgUpdateQuantityTickSize, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: MsgUpdateQuantityTickSizeAmino): MsgUpdateQuantityTickSize;
    fromAminoMsg(object: MsgUpdateQuantityTickSizeAminoMsg): MsgUpdateQuantityTickSize;
    fromPartial(object: {
        creator?: string;
        tickSizeList?: {
            contractAddr?: string;
            pair?: {
                assetDenom?: string;
                priceDenom?: string;
                priceTicksize?: string;
                quantityTicksize?: string;
            };
            ticksize?: string;
        }[];
    }): MsgUpdateQuantityTickSize;
    fromProtoMsg(message: MsgUpdateQuantityTickSizeProtoMsg): MsgUpdateQuantityTickSize;
    toAmino(message: MsgUpdateQuantityTickSize): MsgUpdateQuantityTickSizeAmino;
    toProto(message: MsgUpdateQuantityTickSize): Uint8Array;
    toProtoMsg(message: MsgUpdateQuantityTickSize): MsgUpdateQuantityTickSizeProtoMsg;
}