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