import { Constructor, EventOptions, SkhailService, ServiceFunctions, ContextOptions } from "@skhail/core"; export declare abstract class IHTTPService extends SkhailService { static identifier: string; abstract registerRoute>(route: string, service: Constructor, method: keyof ServiceFunctions): void; }