import { Operations } from './Operations'; export declare class OperationsMapper { static getType(_: any): typeof Operations; }