export default function genFolderSelectionList(): Promise<{
    label: string;
    path: string;
}[]>;
