import { Context, Handler } from 'aws-lambda'; export declare const promisify: (fn: Handler) => (event: any, context: Context) => Promise;