import { IEllipse } from './IEllipse';
import { Vec2 } from '../../math/vec2/Vec2';
export declare function GetEllipseRandomPoint(ellipse: IEllipse, out?: Vec2): Vec2;
//# sourceMappingURL=GetEllipseRandomPoint.d.ts.map