import { Uint256String } from '../int'; export declare function divRoundingUp(x: Uint256String, y: Uint256String): Uint256String;