import type { TransformedPoint } from '../types'; export declare function drawPlane(vertices: ReadonlyArray>): string;