import { EntryAsync } from "./EntryAsync"; import { Entry, LocalFileSystem } from "./filesystem"; import { FileSystemAsync } from "./FileSystemAsync"; export declare class LocalFileSystemAsync { localFileSystem: LocalFileSystem; constructor(localFileSystem: LocalFileSystem); get PERSISTENT(): number; get TEMPORARY(): number; requestFileSystemAsync(type: number, size: number): Promise; resolveLocalFileSystemAsyncURL(url: string): Promise>; } //# sourceMappingURL=LocalFileSystemAsync.d.ts.map