import { NormalizedStorePurchase, VerifyPurchaseInput } from './billing.types';
export declare function verifyApplePurchase(input: VerifyPurchaseInput): Promise<NormalizedStorePurchase>;
