import { Agent, AgentType, Api } from "./types"; export declare function getAgentUrl(agents: Agent[], agentType: AgentType, profile?: string, healthCheck?: boolean): Promise; export declare const sanitizeV2RequestBody: (apiBody: Record) => Record; export declare const getSanitizedApi: (api: Api) => any;