import type { BigDecimal } from './type';
export declare const squareRoot: ({ value, decimals }: BigDecimal) => BigDecimal;
//# sourceMappingURL=squareRoot.d.ts.map