/**
 * This decorator is used by the WS package to expose a method
 * within a controller for the WebSocket to be called, a command
 * is a format of: `namespace/methodName`.
 * @returns MethodDecorator
 * @default
 */
export default function Expose(): (target: any, propertyKey: string | symbol) => void;
//# sourceMappingURL=expose.d.ts.map