import { LabeledPrice } from '../types'; export declare class LabeledPriceBase implements LabeledPrice { label: string; amount: number; }