import type { BrowserFsItemSourceOptions, BrowserFsItemSourceResult } from "./interface.js";
export declare function getDirHandleEntries(dirHandle: FileSystemDirectoryHandle): AsyncGenerator<FileSystemHandle>;
export declare function getFileHandleFile(fileHandle: FileSystemFileHandle): Promise<File>;
export declare function getHandleKind(handle: FileSystemHandle): FileSystemHandleKind;
export declare function fsHandleSource(handle: FileSystemHandle, options?: BrowserFsItemSourceOptions): AsyncGenerator<BrowserFsItemSourceResult>;
//# sourceMappingURL=fs-handle.d.ts.map