/**
 * X-AI-Combat Logger Utility
 *
 * Provides logging utilities with consistent formatting
 */
/**
 * Log a message with X-AI-COMBAT prefix
 */
export declare const log: (...args: any[]) => void;
/**
 * Log an error with X-AI-COMBAT prefix
 */
export declare const error: (...args: any[]) => void;
/**
 * Log a warning with X-AI-COMBAT prefix
 */
export declare const warn: (...args: any[]) => void;
//# sourceMappingURL=logger.d.ts.map