import { PaymentMethod } from "../types/paymentMethod";
export declare const paymentMethodMask: (method: PaymentMethod) => string;
