import * as path from 'path'; type PathImplementation = Pick; export declare function isPathWithinRoot(root: string, filePath: string, pathImplementation?: PathImplementation): boolean; export {};