interface FileSystemInfoEntry {
    safeTime: number;
    timestamp?: number;
}
export type { FileSystemInfoEntry };
