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