import { type JsonApiAgentOutIncludes, type JsonApiAgentOutWithLinks } from "@gooddata/api-client-tiger"; import { type IAgent } from "@gooddata/sdk-model"; export declare function convertAgent(agent: JsonApiAgentOutWithLinks, included?: JsonApiAgentOutIncludes[]): IAgent; //# sourceMappingURL=AgentConverter.d.ts.map