import { ILine } from './ILine';
import { Vec2 } from '../../math/vec2/Vec2';
export declare function RotateLineAroundPoint(line: ILine, point: Vec2, angle: number): ILine;
//# sourceMappingURL=RotateLineAroundPoint.d.ts.map