import type { IGeometryLoadObject } from '../types'; import type { GeometryLoaderOptions } from '../types/GeometryLoaderFn'; declare function cornerstoneMeshLoader(meshId: string, options: Record, loaderOptions: GeometryLoaderOptions): IGeometryLoadObject; export { cornerstoneMeshLoader };