export declare class SKPaymentDiscount {
    identifier: string;
    keyIdentifier: string;
    nonce: string;
    signature: string;
    timestamp: number;
    constructor(identifier: string, keyIdentifier: string, nonce: string, signature: string, timestamp: number);
}
