/**
 * @deprecated
 */
export declare class SkuDetails {
    description: string;
    freeTrialPeriod: string;
    iconUrl: string;
    introductoryPrice: string;
    introductoryPriceAmountMicros: number;
    introductoryPriceCycles: number;
    introductoryPricePeriod: string;
    originalJson: string;
    originalPrice: string;
    originalPriceAmountMicros: number;
    price: string;
    priceAmountMicros: number;
    priceCurrencyCode: string;
    sku: string;
    subscriptionPeriod: string;
    title: string;
    type: string;
    hashCode: number;
    toString: string;
    constructor(description: string, freeTrialPeriod: string, iconUrl: string, introductoryPrice: string, introductoryPriceAmountMicros: number, introductoryPriceCycles: number, introductoryPricePeriod: string, originalJson: string, originalPrice: string, originalPriceAmountMicros: number, price: string, priceAmountMicros: number, priceCurrencyCode: string, sku: string, subscriptionPeriod: string, title: string, type: string, hashCode: number, toString: string);
}
