import type { BrowserFsItemSourceOptions, BrowserFsItemSourceResult } from "./interface.js";
export declare function getDirEntryEntries(dirEntry: FileSystemDirectoryEntry): AsyncGenerator<FileSystemEntry>;
export declare function getFileEntryFile(fileEntry: FileSystemFileEntry): Promise<File>;
export declare function getFsEntryKind(entry: FileSystemEntry): FileSystemHandleKind;
export declare function fsEntrySource(entry: FileSystemEntry, options?: BrowserFsItemSourceOptions): AsyncGenerator<BrowserFsItemSourceResult>;
//# sourceMappingURL=fs-entry.d.ts.map