export declare class FileImporter {
    static import(path: string): Promise<void>;
    static treeResolver(path: string): Promise<string[]>;
}
