declare const isProxy: (ip: string | undefined) => Promise<any>;
export default isProxy;
