/** * Get the root folder from a list of folders * @param folders * @returns */ export declare function getRootFolder(folders: string[]): string;