export declare const $Firewall: {
    properties: {
        status: {
            type: string;
        };
        labels: {
            type: string;
            contains: {
                type: string;
            };
        };
        object_uuid: {
            type: string;
            format: string;
        };
        change_time: {
            type: string;
            format: string;
        };
        rules: {
            type: string;
        };
        create_time: {
            type: string;
            format: string;
        };
        private: {
            type: string;
        };
        relations: {
            type: string;
        };
        description: {
            type: string;
        };
        location_name: {
            type: string;
            format: string;
        };
        name: {
            type: string;
        };
    };
};
