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