import { PathFlat, ResourceDetail, Tag } from './types'; export declare function filterPaths(resourceDetail?: ResourceDetail, tag?: Tag): PathFlat[];