declare const MathPow: (x: number, y: number) => number; export = MathPow;