import { Layers3DActions } from '../actions/Layers3DActions'; import { Layers3DState } from '../State'; export declare const layers3DInitialState: Layers3DState; export default function (state: Layers3DState | undefined, action: Layers3DActions): Layers3DState;