import * as Input from '../types/inputs';
type Model = Input.MakePurchaseParamsInput;
type Serializable = Record<string, any>;
export declare class AdaptyPurchaseParamsCoder {
    encode(data: Model): Serializable;
}
export {};
//# sourceMappingURL=adapty-purchase-params.d.ts.map