export declare abstract class AuthAgent { abstract getHeader(requestOptions?: any): Promise; abstract invalidate(): void; }