import { VgCompare } from '../../vega.schema.js';
import { UnitModel } from '../unit.js';
export declare function parseMarkGroups(model: UnitModel): any[];
export declare function getSort(model: UnitModel): VgCompare;
//# sourceMappingURL=mark.d.ts.map