export declare function normalizeContainerPath(value: string): string; export declare function isPathInsideContainerRoot(root: string, target: string): boolean; export declare function relativePathEscapesContainerRoot(relativePath: string): boolean;