import type { AgentJsonConfig } from '@n8n/api-types';
export declare function getAgentConfigHash(config: AgentJsonConfig | null): string | null;
