import { SelectionAny } from './internal';
export declare class SelectionLongitude extends SelectionAny {
    valueAsLongitude(): (number | null)[];
}
