/** * Anthropic secret patterns */ import { SecretPattern } from '../types'; /** * Anthropic API Key pattern * Format: sk-ant-[a-zA-Z0-9-_]{95} */ export declare const anthropicApiKeyPattern: SecretPattern; export declare const anthropicPatterns: SecretPattern[]; //# sourceMappingURL=anthropic.d.ts.map