import { Content } from '../types'; export interface IGateway { send(to: string, content: Content): Promise; }