import { Transform } from 'style-dictionary/types';
/**
 * namePathToDotNotation
 * @description convert the entire `path` to dot notation, parts are converted to camelCase
 * and replaces the `name` with the dot notation path
 */
export declare const namePathToDotNotation: Transform;
