import type { DialectDefinition, InbandScanEvent, InbandScanner, InbandScannerOptions } from "./types"; export declare const ANTHROPIC_THINKING_TAG_PREFIXES: readonly [">; readonly baseTagPrefixes?: readonly string[]; readonly allTagPrefixes?: readonly string[]; } export declare class AnthropicInbandScanner implements InbandScanner { #private; constructor(options?: InbandScannerOptions, config?: AnthropicInbandScannerConfig); feed(text: string): InbandScanEvent[]; flush(): InbandScanEvent[]; } declare const definition: DialectDefinition; export default definition;