QueryPriceSnapshotHistoryRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryPriceSnapshotHistoryRequest;
    encode(_: QueryPriceSnapshotHistoryRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: QueryPriceSnapshotHistoryRequestAmino): QueryPriceSnapshotHistoryRequest;
    fromAminoMsg(object: QueryPriceSnapshotHistoryRequestAminoMsg): QueryPriceSnapshotHistoryRequest;
    fromPartial(_: {}): QueryPriceSnapshotHistoryRequest;
    fromProtoMsg(message: QueryPriceSnapshotHistoryRequestProtoMsg): QueryPriceSnapshotHistoryRequest;
    toAmino(_: QueryPriceSnapshotHistoryRequest): QueryPriceSnapshotHistoryRequestAmino;
    toProto(message: QueryPriceSnapshotHistoryRequest): Uint8Array;
    toProtoMsg(message: QueryPriceSnapshotHistoryRequest): QueryPriceSnapshotHistoryRequestProtoMsg;
}