/** * p2 是否为 p1 的子路径 */ export declare function isSubPath(p1: string, p2: string): boolean;