import type { PlatformEnvironment } from '../../../../utils/url-utils.js'; /** * Builds the base URL for answer generation requests based on the agent ID, organization ID, and environment. */ export declare const buildBaseAnswerGenerationUrl: (agentId: string, organizationId: string, environment: PlatformEnvironment) => string;