import * as operationsSDK from '@wix/auto_sdk_restaurants_operations'; import { Operation } from '../types/operation.js'; export declare const OperationMapper: (operation: operationsSDK.Operation) => Operation;