import type { MemFsEditorFile } from '../index.ts';
export default function commitFileAsync(file: MemFsEditorFile): Promise<void>;
