import { ToolsConfig } from '../../../types';
declare const toolsConfig: Record<string, ToolsConfig>;
export type EmailToolKey = keyof typeof toolsConfig;
export declare const getToolName: (toolKey: EmailToolKey) => string;
export declare const shouldRegisterTool: (toolKey: string, tags: string[]) => boolean;
export declare const sha256: (str: string) => string;
export {};
