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