import { Projection as VgProjection } from 'vega'; import { Model } from '../model'; export declare function assembleProjections(model: Model): VgProjection[]; export declare function assembleProjectionsForModelAndChildren(model: Model): VgProjection[]; export declare function assembleProjectionForModel(model: Model): VgProjection[]; //# sourceMappingURL=assemble.d.ts.map