import type { Brand } from './Brand.js'; export type Seconds = Brand; export type MilliSeconds = Brand; export type MicroSeconds = Brand; export declare function milliSecondsToSeconds(x: MilliSeconds): Seconds; export declare function microSecondsToMilliSeconds(x: MicroSeconds): MilliSeconds;