import { EmulateParams } from './types/index.js'; export declare function emulate({ dockerClient, networkName, imageName, containerName, buildContext, iotDeviceConnectionString, }: EmulateParams): Promise;