/**
 * Copyright Super iPaaS Integration LLC, an IBM Company 2024
 */
export interface RootDirectoryInfo {
    rootDirectoryHandle: FileSystemDirectoryHandle;
    uniqueDirName: string;
}
//# sourceMappingURL=root-directory-info.model.d.ts.map