import { Handler } from './handler'; import { HandlerFactory } from './HandlerInterface'; export declare class Firefox60 extends Handler { static createFactory(): HandlerFactory; constructor(); get name(): string; }