import { TargetHardware, TargetProtocol } from '../../../core/app';
export declare function targetJsonComponent(props: {
    yes: boolean;
    targetProtocol?: TargetProtocol;
    targetHardware?: TargetHardware;
    targetHostname?: string;
    targetPath?: string;
    deviceId?: string;
}): Promise<void>;
//# sourceMappingURL=target-json-component.d.ts.map