import { MathExtensions } from './mathExtensions';
declare global {
    interface Math extends MathExtensions {
    }
}
