import { OperationType } from './types/OperationType'; declare const title: (spec: OperationType) => string; export { title };