import { GxBigNumber } from "../types/gxbignumber";
export declare const fracBigNumber: (target: number | GxBigNumber | string) => GxBigNumber;
