import type { SegmentationRepresentations } from '../../enums/index.js'; import type { RepresentationStyle } from './SegmentationStyle.js'; export declare function setGlobalStyle(type: SegmentationRepresentations, styles: RepresentationStyle, suppressEvents?: boolean): void;