export interface SendgridNotificationServiceOptions {
    api_key: string;
    from: string;
}
//# sourceMappingURL=sendgrid.d.ts.map