import { EditorModel } from '../../editormodel'; import { ModelAction } from '../model'; import { HyEditAction } from './distributor'; declare type EgateHybird = HyEditAction & { task: 'egate-edit'; }; export declare function compileEGateEdit(action: EgateHybird, model: EditorModel, page: string): ModelAction | undefined; export {}; //# sourceMappingURL=egateedit.d.ts.map