import { WithTimestamps } from '@n8n/db'; export declare class AgentResourceEntity extends WithTimestamps { id: string; metadata: string | null; }