import { FirewallIndex } from './FirewallIndex';
export declare type FirewallsGetResponse = {
    firewalls?: FirewallIndex;
};
