import type { Adaptor } from '../types'; /** * @title 将自定义配置转换为 G2 接受的格式 */ export declare const transformOptions: (params: Adaptor) => Adaptor;