import type { CliPlugin } from '../types.js'; /** * Logger Plugin * Provides structured logging with Pino and configurable output formats */ export declare const loggerPlugin: CliPlugin; //# sourceMappingURL=logger.plugin.d.ts.map