import { MapperDescriptor, RestfulResponse, ControllerOption, RequestHandlerStore } from "./index.dto.js"; export declare const requestHandlerStorage: Map>; export declare function Controller(command: string, option?: ControllerOption): (target: any, propertykey: string, descriptor: MapperDescriptor) => MapperDescriptor;