/** * Logging Utilities / 日志工具 * Provides standardized logging functions for the plugin * 为插件提供标准化的日志记录函数 */ export declare function log(message: string, data?: Record): void; export declare function warn(message: string, data?: Record): void; export declare function error(message: string, data?: Record): void;