import { BearerAccessToken, DockerOAuth2Config } from "../types"; export declare function oauthGetToken(config: DockerOAuth2Config): Promise;