import type { EggProtoImplClass, WebSocketFetchControllerParams } from '@eggjs/tegg-types';
export declare function WebSocketFetchController(param?: WebSocketFetchControllerParams): (constructor: EggProtoImplClass) => void;
