export declare function compileLess(opts: { lessContent: string; filePath: string; modifyVars: Record; alias: Record; targetPath: string; }): Promise;