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