export declare class StyleTrees { private relativeJcrPaths; private styleTrees; constructor(relativeJcrPaths: string[]); init(): Promise; findClientlibs(absoluteFilePaths: string[]): string[]; }