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