import { ArcVectorIndexType } from '../shared/types/arc-vector/arc-vector-index.type'; export declare function createArcVectorIndex(value: number): ArcVectorIndexType;