import type { BuilderContextInterface } from '../context/types'; import type { BuilderBlock } from '../types/builder-block'; export declare function deepCloneWithConditions(obj: T): T; export declare function getProcessedBlock({ block, context, localState, rootState, rootSetState }: { block: BuilderBlock; } & Pick): BuilderBlock;