import type { FanShapeContour } from './types'; export declare function segmentLargestUSOutlineFromBuffer(buffer: any, width: any, height: any): FanShapeContour;