import { JsonSchedulesEntry } from '../'; export declare const exporterTemplate: (jsonScheduleEventsEntries: JsonSchedulesEntry[]) => string; export declare const indexTemplate: (scheduleId: string) => string; export declare const handlerTemplate: () => string;