import type Synchronizer from './Synchronizer'; declare function getSynchronizersForViewport(viewportId: string, renderingEngineId: string): Array; export default getSynchronizersForViewport;