import { type AfmMemoryItemCreatedByUsers, type JsonApiMemoryItemOutWithLinks, type JsonApiUserIdentifierOutWithLinks } from "@gooddata/api-client-tiger"; import { type IMemoryCreatedByUsers } from "@gooddata/sdk-backend-spi"; import { type IMemoryItemMetadataObject } from "@gooddata/sdk-model"; /** * Converts memory item from API response to domain model * @internal */ export declare function convertMemoryItem(memoryItem: JsonApiMemoryItemOutWithLinks, included: JsonApiUserIdentifierOutWithLinks[]): IMemoryItemMetadataObject; export declare function convertMemoryItemCreatedByUsers(response: AfmMemoryItemCreatedByUsers): IMemoryCreatedByUsers; //# sourceMappingURL=MemoryItemConverter.d.ts.map