import { ComponentUIDL, ProjectUIDL, VUIDLGlobalAsset, UIDLGlobalAsset } from '@teleporthq/teleport-types'; interface ParseComponentJSONParams { noClone?: boolean; } export declare const parseComponentJSON: (input: Record, params?: ParseComponentJSONParams) => ComponentUIDL; interface ParseProjectJSONParams { noClone?: boolean; } export declare const parseProjectJSON: (input: Record, params?: ParseProjectJSONParams) => ProjectUIDL; export declare const parseAssets: (asset: VUIDLGlobalAsset) => UIDLGlobalAsset; export {}; //# sourceMappingURL=index.d.ts.map