export declare function isInside(params: {
    dirPath: string;
    filePath: string;
}): boolean;
