import { F1Parser } from '../F1Parser';
import type { WeatherForecastSample } from '../../types';
export declare class WeatherForecastSampleParser extends F1Parser<WeatherForecastSample> {
    constructor(packetFormat: number);
}
