export interface FolderSelectDialogConfig {
    title: string;
    selectedPath: string;
}
