// @ts-nocheck import { TypeInputWithService, EmailDeliveryInterface } from "./types"; export default class EmailDelivery { ingredientInterfaceImpl: EmailDeliveryInterface; constructor(config: TypeInputWithService); }