import { Units } from "./units";
export interface Config {
    url: string;
    speedUnit: Units;
    delay: number;
}
