import { ICRequest } from "./request.js";
/**
 * Requests the list of schedules set on this controller.
 *
 * The response contains an `objectList` populated with schedule information.
 *
 * @returns the object used to issue this request
 */
export declare function GetSchedule(): ICRequest;
