import { ToolNameCase } from '../types'; export declare function caseTransf(toolName: string, caseType?: ToolNameCase): string;