import type { Adaptor } from '../types'; /** * @description 处理堆叠图配置line|point|area时的transform问题 */ export declare function shapeStack
(params: P): P;