export type ToolNamespace = 'kubernetes' | 'helm' | 'argo' | 'argocd' | 'other'; export interface ToolNamespaceInfo { namespace: ToolNamespace; methodName: string; } export declare function getToolNamespace(toolName: string): ToolNamespaceInfo; export declare function toCamelCase(name: string): string; export declare function formatToolAccessor(toolName: string): string; //# sourceMappingURL=toolNamespaces.d.ts.map