import type { LangToolOptions } from '../interfaces'; export declare function LangTool(options: LangToolOptions): MethodDecorator;