import { TypeIp } from "../types/type-ip"; import { Primitive } from "./primitive"; export declare class Ip extends Primitive { type: typeof TypeIp; toJS(): string; }