import { IntegrationEntity } from '@novu/dal'; import { IMailHandler } from './interfaces/send.handler.interface'; export declare class MailFactory { handlers: IMailHandler[]; getHandler(integration: Pick, from?: string): IMailHandler; } //# sourceMappingURL=mail.factory.d.ts.map