export declare const $PaasSecurityZoneUpdate: {
    properties: {
        name: {
            type: string;
        };
        location_uuid: {
            type: string;
            format: string;
        };
        paas_security_zone_uuid: {
            type: string;
            format: string;
        };
    };
};
