export declare function reportChanges(key: () => TType, onChange: (value: TType) => void): () => void;