import { EmailAdapter } from "../types.mjs";

//#region src/libs/email/adapters/passthrough.d.ts
declare const passthroughEmailAdapter: EmailAdapter;
//#endregion
export { passthroughEmailAdapter as default };
//# sourceMappingURL=passthrough.d.mts.map