import { SendGridClientModuleOptions } from '../interfaces';
import { SendGridClient } from '@ntegral/sendgrid-client';
export declare function createSendGridClient(options: SendGridClientModuleOptions): SendGridClient;
