import { Uint32String } from '../../stores/library/int'; export interface ObserveParams { poolAddress: string; secondsAgos: Uint32String[]; }