import { type HostConfig } from '../typedefs/HostConfig'; export declare function attach(parentInstance: HostConfig['containerInstance'], childInstance: HostConfig['instance'], targetIndex?: number): void;