export declare abstract class AccessTokenService { abstract getAccessToken: () => Promise; }