import type { PipeSegment } from '../../../model'; import type { MalloyElement } from '../types/malloy-element'; export declare function refine(logTo: MalloyElement, refineTo: PipeSegment[], refineFrom: PipeSegment): PipeSegment[];