import type { Func } from "hry-types/src/Misc/Func"; import type { ComputedConstraint } from "../../../RootComponent/Computed/ComputedConstraint"; import type { Instance } from "../../../RootComponent/Instance/RootComponentInstance"; export declare function initComputed(computedConfig: ComputedConstraint, watchConfig: Record): (this: Instance) => void;