export declare function detectPathTraversal(filePath: string, userInput: string, checkPathStart?: boolean, isUrl?: boolean): boolean;
