import { InitialEditorConfigFnReturn } from '../../Editor/interface'; import { DSLQuery } from '@lingxiteam/dsl'; export declare const addNodeBeforePredicate: (config: InitialEditorConfigFnReturn, opts: { DSLCore: DSLQuery; components: Record; }, parseAddComToProcess?: ((compName: string, opts: Record, DSLCore: DSLQuery) => void | undefined) | undefined) => boolean; export declare const replaceNodeBeforePredicate: (config: InitialEditorConfigFnReturn, opts: any) => boolean;