export declare class Currency { name: string; code: string; is_default: boolean; min_order_amount: number; }