codecrucible-synth
Version:
Production-Ready AI Development Platform with Multi-Voice Synthesis, Smithery MCP Integration, Enterprise Security, and Zero-Timeout Reliability
9 lines • 384 B
TypeScript
export declare const logger: {
info: (message: string, ...args: unknown[]) => void;
warn: (message: string, ...args: unknown[]) => void;
error: (message: string, ...args: unknown[]) => void;
debug: (message: string, ...args: unknown[]) => void;
success: (message: string, ...args: unknown[]) => void;
};
export default logger;
//# sourceMappingURL=console.d.ts.map