import type { EventBridgeEvent } from 'aws-lambda';
export declare const handler: (event: EventBridgeEvent<string, any>) => Promise<void>;
