import { FileTree } from '../types'; export declare const isFileTree: (arg: any) => arg is FileTree; export declare const getTreeExample: () => FileTree;