import type { IGeometry, PublicSurfaceData } from '../../../types/index.js';
export declare function createSurface(geometryId: string, surfaceData: PublicSurfaceData): IGeometry;
