import { AaiDevice } from '../../infrastructure';
export declare function deviceCheckAndUpdateComponent(props: {
    yes: boolean;
    targetHostname: string;
    device: AaiDevice;
    isNewDevice: boolean;
}): Promise<void>;
//# sourceMappingURL=device-check-and-update-component.d.ts.map