import { BaseCommand } from './base';
declare const zoomInCommand: BaseCommand;
export default zoomInCommand;
