import { type HostConfig } from '../typedefs/HostConfig'; export declare function prepareUpdate(_instance: HostConfig['instance'], _type: HostConfig['type'], oldProps: HostConfig['props'], newProps: HostConfig['props']): { changes: import("../typedefs/Change").Change[]; } | null;