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