export interface IntervalMetadata {
    timeout: number;
}
