import type { FileDescriptor } from '../../../types'; export declare const isFileDescriptor: (value: any) => value is FileDescriptor;