import { AdminShopSettingsModel } from 'aurelia-shop'; import { ShopStateBase } from './shop-state-base'; export declare class Settings extends ShopStateBase { instance: AdminShopSettingsModel; constructor(...params: any[]); copyState(): Promise; updateSettings(): Promise; }