///
import { EnvironmentService } from '../../common_services/config';
import { DynamodbService } from '../../common_services/dynamodb/dynamodbService';
export declare const getDeviceUuid: jest.Mock;
export declare class TransactionService {
private dynamodbService;
private envService;
static getTransactions: jest.Mock;
static getTransaction: jest.Mock;
static requestTransaction: jest.Mock;
static subscribeTransactionResponse: jest.Mock;
static onTransactionStream: jest.Mock;
static onTransactionUpdate: jest.Mock;
constructor(dynamodbService: DynamodbService, envService: EnvironmentService);
getTransactions: jest.Mock;
getTransaction: jest.Mock;
subscribeTransactionResponse: jest.Mock;
requestTransaction: jest.Mock;
onTransactionStream: jest.Mock;
onTransactionUpdate: jest.Mock;
}