import type { LayerContext } from './LayerContext'; export declare const useLayer: () => LayerContext | undefined;