export declare const $FirewallGetResponse: {
    properties: {
        firewall: {
            type: string;
        };
    };
};
