export declare function extractPathFromDescription(input: string): string;
export declare function dropFirstSegments(input: string, n: number): string;
