import { HTTPMethod } from 'find-my-way'; export declare function createHttpPluginRouter(name: string): (method: HTTPMethod, path?: string) => ClassDecorator;