export declare class AnthropicHeadersBuilder { private apiKeyValue; private versionValue; apiKey(key: string): this; version(version: string): this; build(): { readonly "Content-Type": "application/json"; readonly "x-api-key": string; readonly "anthropic-version": string; }; } //# sourceMappingURL=anthropic-headers.builder.d.ts.map