export declare type PriceType = { amount: number; base: number; service: number; serviceFlat: number; merchant: number; currency: string; };