declare const isPathInside: (parent: string, child: string) => boolean; export { isPathInside };