import type { AnnotationTypeConfig } from '../annotationsSuperTypes';
import { DisjointChannelProperties } from './disjointChannelProperties';
import { DisjointChannelScene } from './disjointChannelScene';
export declare const disjointChannelConfig: AnnotationTypeConfig<DisjointChannelProperties, DisjointChannelScene>;
