import type { AnnotationTypeConfig } from '../annotationsSuperTypes';
import { ParallelChannelProperties } from './parallelChannelProperties';
import { ParallelChannelScene } from './parallelChannelScene';
export declare const parallelChannelConfig: AnnotationTypeConfig<ParallelChannelProperties, ParallelChannelScene>;
