import * as cog from '../cog'; import * as alerting from '../alerting'; export declare class TimeIntervalBuilder implements cog.Builder { protected readonly internal: alerting.TimeInterval; constructor(); /** * Builds the object. */ build(): alerting.TimeInterval; times(times: cog.Builder[]): this; weekdays(weekdays: cog.Builder[]): this; daysOfMonth(daysOfMonth: cog.Builder[]): this; months(months: cog.Builder[]): this; years(years: cog.Builder[]): this; location(location: alerting.Location): this; }