export { PriceBucket } from '../pricing_common'; /** * The string representation of a Price for a Bucket. https://developer.oanda.com/rest-live-v20/pricing-common-df/ */ export declare type PriceValue = string;