import { DSLNodeType, DSLQuery } from '@lingxiteam/dsl'; declare const data2SimpleDSLWith: (data: any, context: { platform: string; }, predicate?: ((DSLCore: DSLQuery, current: DSLNodeType, fieldItem: any) => void) | undefined) => never[] | null; export { data2SimpleDSLWith, };