import JSBI from 'jsbi';
/**
 * Mock the on-chain sqrt function
 * @param y
 */
export declare function sqrt(y: JSBI): JSBI;
