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