import { Gateway, InjectDecorator } from '../types'; export declare const InjectMailOptions: (connection?: string) => InjectDecorator; export declare const InjectGatewayOptions: (gateway: Gateway, connection?: string) => InjectDecorator;