export declare const priceToString: ({ amount, currencyCode }: { amount: number; currencyCode: string; }) => string; export default priceToString;