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