import { Viewport, CoordinateSystem } from '@deck.gl/core/typed';
export declare function shouldComposeModelMatrix(viewport: Viewport, coordinateSystem: CoordinateSystem): boolean;
