import type { NamiPurchase, NamiSKUType } from './types';
export declare function parsePurchaseDates(purchase: any): NamiPurchase;
export declare function coerceSkuType(raw: string): NamiSKUType;
