export declare const $FirewallsGetResponse: {
    properties: {
        firewalls: {
            type: string;
        };
    };
};
