///
import { EnvironmentService, DynamodbService, AppSyncClient } from '../../common_services';
import { DeviceService, DeviceVerification } from '../../devices';
export declare const getDeviceUuid: jest.Mock;
export declare class DepositService {
private readonly dbService;
private readonly envServiceDp;
private readonly deviceServiceDp;
private readonly deviceVerifyDp;
private readonly appsyncClientDp;
static getDeposits: jest.Mock;
static getDeposit: jest.Mock;
static onDepositStream: jest.Mock;
static onDepositUpdate: jest.Mock;
constructor(dbService: DynamodbService, envServiceDp: EnvironmentService, deviceServiceDp: DeviceService, deviceVerifyDp: DeviceVerification, appsyncClientDp: AppSyncClient);
getDeposits: jest.Mock;
getDeposit: jest.Mock;
onDepositStream: jest.Mock;
onDepositUpdate: jest.Mock;
}