/**
 * Helper function to ensure PurchasesCommon is configured before making API calls
 * @throws {Error} If PurchasesCommon is not configured
 */
export declare function ensurePurchasesConfigured(): void;
export declare function methodNotSupportedOnWeb(methodName: string): void;
