import type { NamiEntitlement, NamiPurchase, NamiSKUType } from './types';
import { NamiPaywallAction } from './types';
export declare function parsePurchaseDates(purchase: any): NamiPurchase;
export declare function coerceSkuType(raw: string): NamiSKUType;
export declare function mapToNamiPaywallAction(action: string): NamiPaywallAction;
export declare function parseEntitlements(entitlements: any[]): NamiEntitlement[];
