export declare class GlideBusinessCalendarUtil { static getCalendarEnd(calendarName?: string, period?: number): string static getCalendarFilterOptions(tableName?: string): Array static getCalendarSpanBounds(spanSysId?: string, endOrStart?: string): string static getCalendarStart(calendarName?: string, period?: number): string static getCalendars(tableName?: string, field?: string): Array static isLegacySchedule(tableName?: string): boolean }