import { AppSharedState } from './state.models'; /** * Finds active layer in current shared state * @param state Actual shared state of the application * @returns Active layer from the state */ export declare const findActiveLayer: ({ renderingLayers }: AppSharedState) => import("../..").RenderingLayer | undefined;