export declare const $IpGetResponse: {
    properties: {
        ip: {
            type: string;
        };
    };
};
