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