export declare function isPathWithin(root: string, candidate: string): boolean; export declare function readFileWithinRoot(root: string, relativePath: string): Promise; export declare function statFileWithinRoot(root: string, relativePath: string): Promise; export declare function writeFileWithinRoot(root: string, relativePath: string, data: string | Uint8Array): Promise; export declare function copyFileWithinRoots(sourceRoot: string, sourceRelativePath: string, destinationRoot: string, destinationRelativePath: string): Promise; //# sourceMappingURL=path.d.ts.map