import { GlobalAddressService } from "../../GlobalAddressService";
import { EnvironmentAddressState } from "../../../model/EnvironmentAddressState";
export declare class MemoryGlobalAddressService implements GlobalAddressService {
    addresses: {};
    sequenceKey(address: string, environment: string): string;
    setEnvironmentAddressState(address: string, environment: string, sequence: number, txn_id: string): Promise<boolean>;
    getEnvironmentAddressState(address: string, environment: string): Promise<EnvironmentAddressState>;
}
//# sourceMappingURL=MemoryGlobalAddressService.d.ts.map