QueryPriceSnapshotHistoryResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryPriceSnapshotHistoryResponse;
    encode(message: QueryPriceSnapshotHistoryResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryPriceSnapshotHistoryResponseAmino): QueryPriceSnapshotHistoryResponse;
    fromAminoMsg(object: QueryPriceSnapshotHistoryResponseAminoMsg): QueryPriceSnapshotHistoryResponse;
    fromPartial(object: {
        priceSnapshots?: {
            priceSnapshotItems?: {
                denom?: string;
                oracleExchangeRate?: {
                    exchangeRate?: (...) | (...);
                    lastUpdate?: (...) | (...);
                    lastUpdateTimestamp?: (...) | (...);
                };
            }[];
            snapshotTimestamp?: bigint;
        }[];
    }): QueryPriceSnapshotHistoryResponse;
    fromProtoMsg(message: QueryPriceSnapshotHistoryResponseProtoMsg): QueryPriceSnapshotHistoryResponse;
    toAmino(message: QueryPriceSnapshotHistoryResponse): QueryPriceSnapshotHistoryResponseAmino;
    toProto(message: QueryPriceSnapshotHistoryResponse): Uint8Array;
    toProtoMsg(message: QueryPriceSnapshotHistoryResponse): QueryPriceSnapshotHistoryResponseProtoMsg;
}