declare function isInsideAnotherPath(parent: string, directory: string): boolean;
export { isInsideAnotherPath };
