import type { ComponentContext } from "../../../../types/context";
export declare const getDeleteSchedulesScript: (context: ComponentContext) => string[];
export declare const getCreateScheduleScript: (context: ComponentContext) => string[];