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