import { Config } from '../types';
export declare function getAccessToken(config: Config): Promise<string>;
