#!/usr/bin/env node
export declare const logger: {
    info: (message: string) => void;
    error: (message: string) => void;
    debug: (message: string) => void;
    operation: (operation: string, details?: string) => void;
};
export declare const isLogEnabled: () => boolean;
//# sourceMappingURL=mcp-server.d.ts.map