/** * Resolve a `getAccessToken` callback for a Web API deployment, or null when * the deployment needs no auth. Throws with actionable guidance when an Entra * deployment has no usable credential. */ export declare function createApiTokenProvider(apiUrl: string): Promise<(() => Promise) | null>; //# sourceMappingURL=auth.d.ts.map