import { LayerInstance } from './types'; declare const useLayer: () => LayerInstance; export default useLayer;