import { Layers2DState } from '../State'; import { Layers2DActions } from '../actions/Layers2DActions'; export declare const layers2DInitialState: Layers2DState; export default function (state: Layers2DState | undefined, action: Layers2DActions): Layers2DState;