import OlCollection from 'ol/Collection.js'; import OlBaseObject from 'ol/Object.js'; /** * Insert an object at a specific position, keeping the order. */ export declare const insertAtKeepOrder: (objects: OlCollection, object: T, orderKey: string, position: number) => void;