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