export declare const AuthConstants: {
    AAD_COMMON_TENANT: string;
    DEFAULT_ADAL_CLIENT_ID: string;
    SDK_INTERNAL_ERROR: string;
    DEFAULT_LANGUAGE: string;
    AZURE_AUTH_LOCATION: string;
    RESOURCE_MANAGER_ENDPOINT: string;
};
export declare type TokenAudience = "graph" | "batch" | string | undefined;
//# sourceMappingURL=authConstants.d.ts.map