import { ModelError } from '../../../errors';
import { Localisation } from '../localisation';
export declare class LongitudeError extends ModelError<Localisation> {
    constructor(longitude: number | 'indéfinie');
}
//# sourceMappingURL=longitude.error.d.ts.map