import { EditorModel } from '../../editormodel'; import { ModelAction } from '../model'; import { HyEditAction } from './distributor'; declare type RegistryImportRefHybird = HyEditAction & { task: 'registry-import-ref'; }; declare type DCImportRefHybird = HyEditAction & { task: 'dc-import-ref'; }; export declare function compileRegistryRefImport(action: RegistryImportRefHybird, model: EditorModel): ModelAction | undefined; export declare function compileDCRefImport(action: DCImportRefHybird, model: EditorModel): ModelAction | undefined; export {}; //# sourceMappingURL=data.d.ts.map