export declare function isContainedWithin(parentPath: string, childPath: string): boolean;
export declare function safeJoinPath(parentPath: string, ...paths: string[]): string;
