import * as pulumi from '@pulumi/pulumi'; import { Environments } from '../../types'; export declare const tenantId: any; export declare const subscriptionId: any; export declare const currentPrincipal: pulumi.Output; export declare const currentRegionName: string; export declare const currentRegionCode: string; export declare const currentCountryCode: string; export declare const defaultSubScope: pulumi.Output; export declare const isEnv: (env: Environments) => boolean; export declare const isDev: boolean; export declare const isSandbox: boolean; export declare const isPrd: boolean; export declare const isGlobal: boolean; export declare const currentEnv: Environments; export declare const allAzurePorts: string[];