import { UxModalService } from '@aurelia-ux/modal'; import { Global } from '../global'; import { AdminRegionModel } from 'aurelia-shop'; import { ShopStateBase } from './shop-state-base'; export declare class Regions extends ShopStateBase { private modalService; constructor(global: Global, modalService: UxModalService); openAddRegionDialog(): Promise; openEditRegionDialog(region: AdminRegionModel): Promise; orderChanged(regions: AdminRegionModel[], change: any): void; }