import type { Profile } from '../profiles/index.js'; export type AgentforceMetadata = Record; /** * Generates Salesforce metadata XML files for a deployable Agentforce agent. * Returns a map of relative paths (under force-app/main/default/) to XML content. */ export declare function generateAgentforceDeployMetadata(profile: Profile, apiVersion: string, version: string): AgentforceMetadata;