import { MultiplierType } from '../constants'; export declare class Multiplier { multiplierType: MultiplierType; value: number; }