UNPKG

@mondaydotcomorg/atp-runtime

Version:

Runtime SDK injected into sandbox for Agent Tool Protocol

12 lines 419 B
import type { LoggerConfig, Logger } from './types.js'; export type { LogLevel, LoggerConfig, Logger } from './types.js'; /** * Initializes the logger with configuration */ export declare function initializeLogger(config?: LoggerConfig): void; export declare const log: Logger; /** * Shuts down the logger (for cleanup in tests) */ export declare function shutdownLogger(): void; //# sourceMappingURL=index.d.ts.map