import { Global } from '../../global'; import { UxModalServiceResult, UxModalService } from '@aurelia-ux/modal'; export declare class ItemRegionChangerDialog { private global; private modalService; shopId: string; private shopAdmin; fromRegionId: string; toRegionId: string; itemsIds: string[]; constructor(global: Global, modalService: UxModalService); activate(params: any): void; shopIdChanged(): Promise; canDeactivate(result: UxModalServiceResult): Promise; openItemsSelector(): Promise; fromRegionIdChanged(): void; }