import { EditorModel } from '../../editormodel'; import { ModelAction } from '../model'; import { HyEditAction } from './distributor'; declare type ProcessImportHybird = HyEditAction & { task: 'elm-import'; }; export declare function compileProcessImport(action: ProcessImportHybird, model: EditorModel): ModelAction | undefined; export {}; //# sourceMappingURL=import.d.ts.map