import { ILoginCookies } from "../interfaces/cookies"; export declare function getPaymentDevices(cookies: ILoginCookies): Promise;