Variable HandlerDefinitionLookupConst

HandlerDefinitionLookup: {
    callback: typeof CallbackHandlerDefinition;
    close-connection: typeof CloseConnectionHandlerDefinition;
    file: typeof FileHandlerDefinition;
    json-rpc-response: typeof JsonRpcResponseHandlerDefinition;
    passthrough: typeof PassThroughHandlerDefinition;
    reset-connection: typeof ResetConnectionHandlerDefinition;
    simple: typeof SimpleHandlerDefinition;
    stream: typeof StreamHandlerDefinition;
    timeout: typeof TimeoutHandlerDefinition;
} = ...