declare const getRoughCompassDirection: (exact: string) => "S" | "W" | "E" | "N" | undefined;
export default getRoughCompassDirection;
