import { type HostConfig } from '../typedefs/HostConfig'; export declare function commitUpdate(instance: HostConfig['instance'], type: HostConfig['type'], oldProps: HostConfig['props'], newProps: HostConfig['props']): void;