type SendBatchExportSuccessParams = { env: Partial>; receiverEmail: string; downloadLink: string; userName: string; batchExportName: string; }; export declare const sendBatchExportSuccessEmail: ({ env, receiverEmail, downloadLink, userName, batchExportName, }: SendBatchExportSuccessParams) => Promise; export {}; //# sourceMappingURL=sendBatchExportSuccessEmail.d.ts.map