export declare const config: {
    neo4jUri: string;
    neo4jUser: string;
    neo4jPassword: string;
    mcpServerName: any;
    mcpServerVersion: any;
    logLevel: string;
    environment: string;
    backup: {
        maxBackups: number;
        backupPath: string;
    };
    security: {
        authRequired: boolean;
    };
};
