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