import { Authenticator } from '../authenticator'; import { CredentialGetter } from './credential-store'; export declare class PersonalTokenAuthenticator implements Authenticator { private readonly credentialStore; constructor(credentialStore: CredentialGetter); getAuthorizationHeader(): Promise; getInstructionsWhenInvalid(): string; } //# sourceMappingURL=token-authenticator.d.ts.map