export interface ShareSafePathRoots { artifactRoot: string; projectRoot: string; } export declare function toShareSafeArtifactPath(path: string, roots: ShareSafePathRoots): string; export declare function sanitizeShareSafeText(text: string, roots: ShareSafePathRoots): string;