import { Uint128String, Int128String } from '../int'; export declare function addDelta(_x: Uint128String, _y: Int128String): Uint128String;