import { DSLNodeType } from '@lingxiteam/dsl'; export declare const findComponentById: (id: any, components: never[] | undefined, target: any) => void; export declare const getDidBindServices: (nodes: DSLNodeType[], target: any) => void;