declare class PaylineCardOut { number?: string; type?: string; expirationDate?: string; cardholder?: string; token?: string; panType?: string; } export { PaylineCardOut };