import type { Tree } from '../../types';
export declare const isInput: (v: object) => boolean;
export declare const buildTree: (paths: string[], filter?: string | undefined) => Tree;
