/** * @description 检查路径是否存在 * @param paths - 路径数组 * @returns 第一个存在的路径 */ export declare function tryPaths(paths: string[]): string | undefined;