export interface PaymentMethod { id: string; brand: string; last4: string; expMonth: number; expYear: number; } export declare function formatPm(pm: PaymentMethod): string; //# sourceMappingURL=utils.d.ts.map