import { DataDistance } from './data.distance';
export declare class DataGNSSDistance extends DataDistance {
    static type: string;
}
