import { Transform } from 'style-dictionary/types'; /** * namePathToCameCase * @description convert the entire `path` to camel case and replaces the name */ export declare const namePathToCamelCase: Transform;