import type { ChunkComponentReturnType } from "../../ChunkComponent/ChunkComponentReturnType"; import type { CustomComponentDefinitionRuntime } from "../../CustomComponent/returnType"; import type { RootComponentDefinitionRuntime } from "../../RootComponent/returnType"; export declare function __throttleDebounce__FieldCheck(config: RootComponentDefinitionRuntime | CustomComponentDefinitionRuntime[] | ChunkComponentReturnType[]): void;