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