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