import type { SiloServiceAccountConfig } from "./types.js"; export declare class ServiceAccountTokenProvider { private config; private cache; private inflight; constructor(config: SiloServiceAccountConfig); getToken(): Promise; private fetchToken; } //# sourceMappingURL=auth.d.ts.map