import { View } from '../../view'; export interface Options { field: string; geoDataView: View | string; as?: [string, string]; }