import { AuthAgent } from '../auth-agent'; export declare class NoAuthAgent extends AuthAgent { getHeader(): Promise; invalidate(): void; }