import { Payload } from './Email'; import { Message } from './types'; export declare function transform(payload: Payload): Promise;