import { ResourceManagementClient } from '@azure/arm-resources'; export declare function ensureKeyvaultExists(rm: ResourceManagementClient, subscriptionId: string, resourceGroupName: string, keyVaultName: string, tenantId: string, location: string, currentPrincipal: string, environmentName: string, tags: { [propertyName: string]: string; }): Promise;