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