import type { Tool } from './Registry.js'; export declare function transcribeAudioCaptchaWithGroq(args: Record): Promise; export declare function transcribeAudioCaptchaLocal(args: Record): Promise; export declare const audioCaptchaTool: Tool; export declare const audioCaptchaLocalTool: Tool; //# sourceMappingURL=AudioCaptcha.d.ts.map