import { OrderPayment } from 'aurelia-shop'; export declare class EditOrderPaymentDialog { payment: OrderPayment; currency: string; mode: 'create' | 'edit'; canActivate(params: any): void; activate(params: any): void; }