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