/**
 * Copyright (c) 2018-2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 * @author David Sehnal <david.sehnal@gmail.com>
 */
import { FileHandle } from '../../mol-io/common/file-handle';
export declare function fileHandleFromDescriptor(file: number, name: string): FileHandle;
