QueryGetMarketSummaryResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryGetMarketSummaryResponse;
    encode(message: QueryGetMarketSummaryResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryGetMarketSummaryResponseAmino): QueryGetMarketSummaryResponse;
    fromAminoMsg(object: QueryGetMarketSummaryResponseAminoMsg): QueryGetMarketSummaryResponse;
    fromPartial(object: {
        highPrice?: string;
        lastPrice?: string;
        lowPrice?: string;
        totalVolume?: string;
        totalVolumeNotional?: string;
    }): QueryGetMarketSummaryResponse;
    fromProtoMsg(message: QueryGetMarketSummaryResponseProtoMsg): QueryGetMarketSummaryResponse;
    toAmino(message: QueryGetMarketSummaryResponse): QueryGetMarketSummaryResponseAmino;
    toProto(message: QueryGetMarketSummaryResponse): Uint8Array;
    toProtoMsg(message: QueryGetMarketSummaryResponse): QueryGetMarketSummaryResponseProtoMsg;
}