import type { ImplementLayer, ImplementLayerOptions } from '../types'; /** * 实现一个图层资产: * LI 资产研发教程 🔗 https://www.yuque.com/antv/l7vp/zqvk302x61qq2kcq */ export declare function implementLayer = Record, CP extends VP = VP>(options: ImplementLayerOptions): ImplementLayer;