declare const mockEmailLocally: (Body: { Html: { Data: string; }; }) => string; export default mockEmailLocally;