export declare function isInsideOrIsDir(params: {
    dirPath: string;
    fileOrDirPath: string;
}): boolean;
