/** * 转换私有部署文件的 path,找到对应大小的图片地址 * 格式为: 5,77b32c3ef2;480-360-png-5,793cdd0cdc;160-160-png-1,7813b3967e * @param path 格式为: 5,77b32c3ef2;480-360-png-5,793cdd0cdc;160-160-png-1,7813b3967e * @param width 480 * @param height 360 * @returns 5,793cdd0cdc */ export declare function formatSeaweedPath(path: string, width: number, height: number): string; export declare function isAssistant(name: string): any;