type LogLevel = 'error' | 'info' | 'warn';
export declare const config: {
    dbPath: string;
    logLevel: LogLevel;
    toolTimeoutMs: number;
};
export {};
//# sourceMappingURL=config.d.ts.map