export declare const restoreUserAgent: () => void; export declare const mockUserAgent: { (agent?: string): void; restore: () => void; };