export declare function getToolDocumentation(toolName: string, depth?: 'essentials' | 'full'): string;
export declare function getToolsOverview(depth?: 'essentials' | 'full'): string;
export declare function searchToolDocumentation(keyword: string): string[];
export declare function getToolsByCategory(category: string): string[];
export declare function getAllCategories(): string[];
//# sourceMappingURL=tools-documentation.d.ts.map