import { GxBigNumber } from "../types/gxbignumber";
export declare const pow: (operand1: any, operand2: any) => GxBigNumber;
