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