import { type JsonApiAgentInDocument, type JsonApiAgentPatchDocument } from "@gooddata/api-client-tiger"; import { type IAgent, type IAgentPatch } from "@gooddata/sdk-model"; export declare function convertAgentToBackend(agent: IAgent): JsonApiAgentInDocument; export declare function convertAgentPatchToBackend(agent: IAgentPatch): JsonApiAgentPatchDocument; //# sourceMappingURL=AgentConverter.d.ts.map