/** * Check if a file is inside a directory. Handles absolute and relative * Assumes rootPath if not specified */ declare function fileIsInsideDir(file: string, dir?: string): boolean; export { fileIsInsideDir }; //# sourceMappingURL=file-is-inside-dir.d.ts.map