import { ServiceConfig } from 'handel-extension-api'; export interface SesServiceConfig extends ServiceConfig { address: string; }