export type IsosurfaceErrorHandler = (message: string) => void; export declare const ISOSURFACE_ERROR_CONTEXT: unique symbol; export declare const set_isosurface_error_handler: (handler: IsosurfaceErrorHandler) => void; export declare const get_isosurface_error_handler: () => IsosurfaceErrorHandler | undefined;