import { IDeviceInfoParams } from '../interfaces/requestParams/InitiatePayment'; declare function getDeviceInfo(fingerPrint: string, ip: string): IDeviceInfoParams; export default getDeviceInfo;