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