import type { FanGeometry, FanShapeCorners } from './types.js'; export declare function deriveFanGeometry(params: FanShapeCorners): FanGeometry;