import { LocalFileSystemAsync } from "kura";
import { FileSystemOptions } from "kura/lib/FileSystemOptions";
export declare class ExpoFsLocalFileSystemAsync extends LocalFileSystemAsync {
    constructor(rootDir: string, options?: FileSystemOptions);
}
//# sourceMappingURL=ExpoFsLocalFileSystemAsync.d.ts.map