export declare const $ServiceinPaasSecurityZones: {
    type: string;
    contains: {
        properties: {
            object_uuid: {
                type: string;
                format: string;
            };
        };
    };
};
