import type { Pipeline } from "@azure/core-rest-pipeline";
import type { TokenCredential } from "@azure/core-auth";
/**
 * @internal
 * Setups the challenge authentication policy for the provided token credential.
 */
export declare function setTokenChallengeAuthenticationPolicy(pipeline: Pipeline, credential: TokenCredential, scopes: string | string[]): void;
//# sourceMappingURL=challengeAuthenticationUtils.d.ts.map