import { ScheduledEvent } from 'aws-lambda'; import { IHandler } from '../'; export declare type ScheduleHandler = IHandler;