import { ContextOptions, EventOptions } from "@skhail/core"; import { IHTTPService } from "./IHTTPService"; export declare abstract class IAPIService extends IHTTPService { static identifier: string; }