import type { EmailTransport } from './types.js'; export declare function createConsoleEmailTransport(): EmailTransport;