export declare const anthropicApiKeyParam: import("@iyio/common").ParamTypeDef<string>;
export declare const anthropicBaseUrlParam: import("@iyio/common").ParamTypeDef<string>;
export declare const anthropicChatModelParam: import("@iyio/common").ParamTypeDef<string>;
export declare const anthropicAudioModelParam: import("@iyio/common").ParamTypeDef<string>;
export declare const anthropicImageModelParam: import("@iyio/common").ParamTypeDef<string>;
export declare const anthropicVisionModelParam: import("@iyio/common").ParamTypeDef<string>;
export declare const anthropicSecretsParam: import("@iyio/common").ParamTypeDef<string>;
