export declare function removeFirewallRules({ resourceGroupName, subscriptionId, removeIpFromKeyVaults, removeIpFromStorageAccounts, publicIpv4, }: { resourceGroupName: string; subscriptionId: string; removeIpFromKeyVaults: string[]; removeIpFromStorageAccounts: string[]; publicIpv4: string; }): Promise;