import type { Environment } from '../config/environments.js'; import { type DeviceFlowDeps } from './device-flow.js'; export declare function getAccessToken(environment: Environment, clientId: string, deps: DeviceFlowDeps, baseDir?: string): Promise;