export declare class SendGridConstants {
    static readonly SENDGRID_MODULE = "SendGridModule";
    static readonly SENDGRID_API_KEY = "SENDGRID_API_KEY";
    static readonly SENDGRID_MODULE_OPTIONS = "SENDGRID_MODULE_OPTIONS";
}
