// @flow strict

import { type Country } from "../../records/Country";

declare export default (ip: string) => Promise<Country | null>;
