import { ToolsConfig } from '../../../types';
export declare const voiceToolsConfig: Record<string, ToolsConfig>;
export type VoiceToolKey = keyof typeof voiceToolsConfig;
export declare const getToolName: (toolKey: VoiceToolKey) => string;
