import ts from "typescript";
export declare function getRootDirs(compilerOptions: ts.CompilerOptions): string[];
