import type { Operation } from './ship.operation';
export declare function updateFiles(operation: Operation): Promise<Operation>;
