/** Check if one path is within a parent path */ declare const inFolder: (parent: string, child: string) => boolean; export default inFolder; //# sourceMappingURL=in-folder.d.ts.map