import { TransportRecord, TransportOptions, ITransport } from '../types/index.js'; export declare class ConsoleTransport implements ITransport { private options?; readonly name = "console"; constructor(options?: TransportOptions | undefined); write(record: TransportRecord): void; private getConsoleMethod; } //# sourceMappingURL=ConsoleTransport.d.ts.map