import { ImmutableMap } from "../utility/immutable.js"; import { Value } from "./index.js"; import { ValueTags } from "./valueTags.js"; import { type VDict } from "./VDict.js"; export declare function exportDataToValue(exportData: { sourceId: string; path: string[]; }): VDict; export declare const toList: (tags: ValueTags) => [string, Value][]; export declare const toMap: (tags: ValueTags) => ImmutableMap; export declare const toString: (tags: ValueTags) => string; export declare const location: (tags: ValueTags) => VDict | undefined; export declare const exportData: (tags: ValueTags) => VDict | undefined; //# sourceMappingURL=valueTagsUtils.d.ts.map