import { BigDecimalish } from '@vertex-protocol/utils'; /** * Util to convert to hour index for snapshots * * @param unixSeconds */ export declare function toHourIndex(unixSeconds: number): number; /** * Approximate time in seconds for a given hour index * * @param hourIndex */ export declare function fromHourIndex(hourIndex: BigDecimalish): number; //# sourceMappingURL=time.d.ts.map