export declare class PolyLibsController {
    private _root;
    root(): string | null;
    setRoot(url: string | null): void;
}
