/**
 * 获取技术列表
 */
export declare function handleListTechnologies(category?: string, language?: string, includeBeta?: boolean, limit?: number): Promise<string>;
//# sourceMappingURL=list-technologies.d.ts.map