import type { WebMapStateModuleState, layerTypes } from '@opengeoweb/store'; export declare const mockStateMapWithDimensions: (layer: layerTypes.Layer, mapId: string) => WebMapStateModuleState; export declare const mockStateMapWithDimensionsWithoutLayers: (mapId: string) => WebMapStateModuleState;