import passthroughEmailAdapter from "./adapters/passthrough.mjs";
import isEmailSimulated from "./is-simulated.mjs";
import { destroyEmailAdapter, getInitializedEmailAdapter } from "./lifecycle.mjs";

//#region src/libs/email/index.d.ts
declare const logScope: "email-adapter";
//#endregion
export { destroyEmailAdapter, getInitializedEmailAdapter, isEmailSimulated, logScope, passthroughEmailAdapter };
//# sourceMappingURL=index.d.mts.map