export declare enum ZoomPluginModifierKey { ctrl = "ctrl", alt = "alt", shift = "shift", meta = "meta" }