declare const convertSpeed: (metersPerSecond: number, targetUnit?: string) => number;
export default convertSpeed;
