import type { FilePath } from '@atlaspack/types-internal'; export default function isDirectoryInside(child: FilePath, parent: FilePath): boolean;