export declare function replaceModulesPath(content: string, currentDir: string, projectRootDir: string): string; export declare function renderSass(content: string, currentDir: string, projectRootDir: string): Promise;