import { AureliaShopAdmin, AdminSupplyOrderModel } from 'aurelia-shop'; import { UxModalService } from '@aurelia-ux/modal'; export declare class SupplyOrderPreview { private modalService; supplyOrderId: string; shopAdmin: AureliaShopAdmin; supplyOrder: AdminSupplyOrderModel; supplyOrderSupplierFullname: string; loading: boolean; notFound: boolean; constructor(modalService: UxModalService); bind(): Promise; deliveryIdChanged(): void; shopAdminChanged(): void; init(): Promise; openSupplyOrder(): Promise; }