import { HTTPMethod } from './../meta/method'; export declare class WSEndpointConfig { path?: string; method?: HTTPMethod; } export declare function endpoint(config?: WSEndpointConfig): (target: any, key: any, descriptor: any) => void;