import type { RawLine3 } from '../line3/RawLine3'; import type { RawRay3 } from './RawRay3'; /** * Convert the given line to a ray. * * @param line A line */ export declare function ray3FromLine3(line: RawLine3): RawRay3;