import { type AfmLocalIdentifier, type AfmObjectIdentifier } from "@gooddata/api-client-tiger"; import { type LocalIdRef, type ObjRef } from "@gooddata/sdk-model"; import { type TigerObjectType } from "../../types/index.js"; import { type TigerCompatibleObjectType } from "../../types/refTypeMapping.js"; export declare function toObjectType(value: TigerObjectType): TigerCompatibleObjectType; export declare function toObjRef(qualifier: AfmObjectIdentifier): ObjRef; export declare function toLocalRef(qualifier: AfmLocalIdentifier): LocalIdRef; export type JsonApiId = { id: string; type: string; }; export declare function isJsonApiId(obj: unknown): obj is JsonApiId; export declare function jsonApiIdToObjRef(idAndType: JsonApiId): ObjRef; //# sourceMappingURL=ObjRefConverter.d.ts.map