import JSBI from 'jsbi'; import { Rebase } from '../interfaces'; export declare function rebase(value: JSBI, from: JSBI, to: JSBI): JSBI; export declare function toElastic(total: Rebase, base: JSBI, roundUp: boolean): JSBI;