import type { ScheduledEvent } from 'aws-lambda'; export declare const runLambdaScheduled: (_event: ScheduledEvent) => Promise;