export declare const NEST_LANGCHAIN_ANTHROPIC_CHAT_MODEL_FACTORY: unique symbol; export declare function getAnthropicChatModelToken(name: string): string; export declare function InjectAnthropicChatModel(name: string): ParameterDecorator; export declare function InjectAnthropicChatModelFactory(): ParameterDecorator;