import type { DesignToken } from 'style-dictionary/types'; /** * jsonToNestedValue * @description creates a nested json tree where every final value is the `.value` prop * @param token StyleDictionary.DesignToken * @returns nested json three */ export declare const jsonToNestedValue: (token: DesignToken | Record) => any;