/** * 获取入口 CSS 路径 * @param dir 目录 * @returns 入口 CSS 目录 */ export declare function getEntryCssDir(dir: string): Promise;