import { MergeStrings } from "../Types"; export type OnChangeSymbol = MergeStrings<"OnChange", K>; /** * Constructs special keys for property tables which connect property change * listeners to an instance. */ export declare function OnChange(name: K): OnChangeSymbol;