export declare function isContainedWithin(parentPath: string, childPath: string): boolean;
