export declare const $IpCreateResponse: {
    properties: {
        request_uuid: {
            type: string;
        };
        ip: {
            type: string;
        };
        object_uuid: {
            type: string;
            format: string;
        };
        prefix: {
            type: string;
        };
    };
};
