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