import type { Base } from '../commerce/mixins'; export declare type Constructor = new (...args: any[]) => T; export declare const DefaultCurrencyCode = "USD";