import { Disk } from 'file-disk';
export declare const execute: (operation: any, disk: Disk) => Promise<void>;
