import { PositionModel } from '@lml/cosmo-ts-data';
export interface MapBoundsState {
    center: PositionModel;
}
export declare const mapBoundsReducer: (state: MapBoundsState, action: any) => MapBoundsState;
