import type { HttpController } from "./base-controller"; /** * ProviderKind marker used by the HTTP plugin to discover controller providers. */ export declare const HTTP_CONTROLLER_KIND: import("@trinacria/core").ProviderKind;