import { UIDLPropDefinition, UIDLStateDefinition } from '@teleporthq/teleport-types'; export declare const generateLocalDependenciesPrefix: (fromPath: string[], toPath: string[]) => string; export declare const dynamicPathExistsInDefinitions: (path: string, definitions?: Record | Record) => boolean; export declare const getValueFromPath: (path: string, definition?: Record) => any; //# sourceMappingURL=generic.d.ts.map