/** * convert latitude or longitude from dms to decimal * * @param {*string} dms */ export default function dms2deg(dms: string): number;