/** * 根据 fullPath 生成除本身 path 外的父 path * @param fullPath * @param popNum */ export declare const generateEachPathByPath: (fullPath: string, popNum?: number) => string[];