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