/** * 钉钉插件日志工具 * 统一日志前缀,保持输出格式一致 */ export declare const logger: { log: (message: string) => void; info: (message: string) => void; warn: (message: string) => void; error: (message: string, err?: unknown) => void; }; //# sourceMappingURL=logger.d.ts.map