declare module "ip-validator" {
    export function ip(address: string): boolean;
}
