import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; export declare class ScheduleEntries extends ClientSDK { /** * ListScheduleEntries Schedules V2 * * @remarks * Get a list of schedule entries. The endpoint will return all entries that overlap with the given window, if one is provided. */ list(request: operations.SchedulesV2NumberListScheduleEntriesRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=scheduleentries.d.ts.map