import CitiOAuth from '.'; export default class CitiCards { citi: CitiOAuth; constructor(citi: CitiOAuth); getCards(accessToken: string): Promise; }